]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Increase compile-/targetSdkVersion to 33 (Android 13)
authorTobias Brunner <tobias@strongswan.org>
Tue, 29 Aug 2023 15:57:29 +0000 (17:57 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 29 Aug 2023 16:03:30 +0000 (18:03 +0200)
src/frontends/android/app/build.gradle

index d465ffaeb1876c3fe1ad479fb4b91242121e43b8..b35b32630c81b571825010825d70c5bc15b49a49 100644 (file)
@@ -1,14 +1,14 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 32
+    compileSdkVersion 33
 
     namespace 'org.strongswan.android'
 
     defaultConfig {
         applicationId "org.strongswan.android"
         minSdkVersion 21
-        targetSdkVersion 32
+        targetSdkVersion 33
         versionCode 79
         versionName "2.4.1"
     }