]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Set compile-/targetSdkVersion to 32
authorTobias Brunner <tobias@strongswan.org>
Fri, 22 Jul 2022 09:13:36 +0000 (11:13 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Sep 2022 13:15:18 +0000 (15:15 +0200)
src/frontends/android/app/build.gradle

index d31e0004a635e36ea97157fc58f0d3aed247f4d4..780a075ee13ecbe03c735cafd02213eeb9627340 100644 (file)
@@ -1,14 +1,14 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 30
+    compileSdkVersion 32
 
     namespace 'org.strongswan.android'
 
     defaultConfig {
         applicationId "org.strongswan.android"
         minSdkVersion 15
-        targetSdkVersion 30
+        targetSdkVersion 32
         versionCode 75
         versionName "2.3.3"
     }