From e4651cfd1fdb2e8ea23b6701eb7428b119a3b14d Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 16 Nov 2022 08:06:22 +0100 Subject: [PATCH] chore: Update Android compile SDK version --- 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 01a64b3..bde57fb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) { android { - compileSdkVersion 31 + compileSdkVersion 32 sourceSets { main.java.srcDirs += 'src/main/kotlin'