Update Build Tools to 33.0.0-rc4

Google has removed `33.0.0-rc3` from their servers and it can no longer be downloaded by the CI, the build tools version has been updated as a result.
This commit is contained in:
PixelyIon 2022-05-12 02:52:32 +05:30
parent dd0004e208
commit 4ec1cc7086

View File

@ -9,7 +9,7 @@ android {
namespace 'emu.skyline'
compileSdkVersion 31
buildToolsVersion '33.0.0-rc3'
buildToolsVersion '33.0.0-rc4'
defaultConfig {
applicationId "skyline.emu"