]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Increase minSdkVersion to 21 (Android 5.0)
authorTobias Brunner <tobias@strongswan.org>
Thu, 9 Feb 2023 14:40:58 +0000 (15:40 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Feb 2023 14:30:58 +0000 (15:30 +0100)
Newer NDKs haven't supported the version(s) we used for a while. Also,
versions < 21 will be removed with the next version of the NDK.

src/frontends/android/app/build.gradle
src/frontends/android/app/src/main/jni/Application.mk

index e181bb977bf8e268ad26db353e352ebef72fede5..6afbe3a2336ee7dbe4e37954796706367b9fcd86 100644 (file)
@@ -7,7 +7,7 @@ android {
 
     defaultConfig {
         applicationId "org.strongswan.android"
-        minSdkVersion 15
+        minSdkVersion 21
         targetSdkVersion 32
         versionCode 75
         versionName "2.3.3"
index 00a46d70e61b05c9e62c274834ec0015324e8f87..2133d20c641cf7b8fe3630c133d14c658680102c 100644 (file)
@@ -1 +1 @@
-APP_PLATFORM := android-19
+APP_PLATFORM := android-21