]> git.ktnx.net Git - mobile-ledger.git/commitdiff
bump target SDK version to 33
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Jun 2024 18:49:20 +0000 (18:49 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Jun 2024 18:49:20 +0000 (18:49 +0000)
app/build.gradle

index 71673f6eb8dca03508bc0f12f40580f9893fda37..442da8e03441eb706e2b012eaf9789c15af0a6d6 100644 (file)
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 31
+    compileSdkVersion 33
     defaultConfig {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
-        targetSdkVersion 31
+        targetSdkVersion 33
         vectorDrawables.useSupportLibrary true
         versionCode 56
         versionName '0.21.7'