From 8689886bbbaf9e55cecfee2426fab0c421d93711 Mon Sep 17 00:00:00 2001 From: Billy Laws Date: Fri, 10 Jun 2022 00:11:12 +0100 Subject: [PATCH] Update build tools to 33.0.0 to fix CI We're never switching to RC build tools again --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2b270e0c..bd767986 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ android { namespace 'emu.skyline' compileSdkVersion 31 - buildToolsVersion '33.0.0-rc4' + buildToolsVersion '33.0.0' defaultConfig { applicationId "skyline.emu"