From 4ec1cc7086fc9c9b6f03e47db6b7b916561b34b9 Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Thu, 12 May 2022 02:52:32 +0530 Subject: [PATCH] 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. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 18785eec..cff6f396 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { namespace 'emu.skyline' compileSdkVersion 31 - buildToolsVersion '33.0.0-rc3' + buildToolsVersion '33.0.0-rc4' defaultConfig { applicationId "skyline.emu"