]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/commitdiff
android: target and compile with sdk 34 (Android 14)
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Apr 2024 06:21:18 +0000 (08:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Apr 2024 10:37:44 +0000 (12:37 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
android/app/build.gradle

index 20f883c1017a31b379f0716c211482f7b8a781e7..238f571dc117f431d0cbae552fe20a1acb446a32 100644 (file)
@@ -47,7 +47,7 @@ def keystoreSecret = System.getenv('PROXMOX_APP_KEYSTORE_SECRET')
      : keystoreProperties['keyPassword']
 
 android {
-    compileSdkVersion 33
+    compileSdkVersion 34
 
     sourceSets {
         main.java.srcDirs += 'src/main/kotlin'
@@ -57,7 +57,7 @@ android {
     defaultConfig {
         applicationId "com.proxmox.app.pve_flutter_frontend"
         minSdkVersion 23
-        targetSdkVersion 33
+        targetSdkVersion 34
         versionCode flutterVersionCode.toInteger()
         versionName flutterVersionName
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"