]> 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>
Tue, 30 Sep 2025 09:26:40 +0000 (11:26 +0200)
src/frontends/android/app/build.gradle

index c55e660dc3dc95458e26811d451dd9559d32f268..5b63cc4edb459cb4a730f0056ede3ac6c48d2469 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"