]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Increase targetSdkVersion to 36 (Android 16)
authorTobias Brunner <tobias@strongswan.org>
Mon, 4 Aug 2025 12:50:25 +0000 (14:50 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 4 Aug 2025 13:48:29 +0000 (15:48 +0200)
src/frontends/android/app/build.gradle

index e2e35816a496f5ee10b67e42bdd64ff53606c27f..3439d4b322c016568f7230ad5ebe3c7548e231b2 100644 (file)
@@ -5,9 +5,9 @@ android {
 
     defaultConfig {
         applicationId "org.strongswan.android"
-        compileSdk 34
+        compileSdk 36
         minSdkVersion 21
-        targetSdkVersion 34
+        targetSdkVersion 36
 
         versionCode 91
         versionName "2.5.6"