From 7d5145bf3ad30ab60593b764cfdabaca89512a2c Mon Sep 17 00:00:00 2001 From: Kurt Lourens Date: Mon, 10 Oct 2022 00:15:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Upped=20compileSdkVersion=20to?= =?UTF-8?q?=20fix=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2ce6a25b..9d128820 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,7 +33,7 @@ if (releaseKeystorePropertiesFile.exists()) { } android { - compileSdkVersion 31 + compileSdkVersion 33 sourceSets { main.java.srcDirs += 'src/main/kotlin'