android: Increase minSdkVersion to 21 (Android 5.0)

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.
This commit is contained in:
Tobias Brunner
2023-02-13 15:30:58 +01:00
parent 7e5c4bbb32
commit f959157d31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "org.strongswan.android"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 32
versionCode 75
versionName "2.3.3"
@@ -1 +1 @@
APP_PLATFORM := android-19
APP_PLATFORM := android-21