From d0dbaa5e7251a755956d03e84d0313253e77c7ea Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 28 Oct 2023 20:54:23 +0200 Subject: [PATCH] build: Update android compileSdkVersion to 34 --- 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 c652ad3b..8eb605e9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 33 + compileSdkVersion 34 sourceSets { main.java.srcDirs += 'src/main/kotlin'