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:
@@ -7,7 +7,7 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.strongswan.android"
|
applicationId "org.strongswan.android"
|
||||||
minSdkVersion 15
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 75
|
versionCode 75
|
||||||
versionName "2.3.3"
|
versionName "2.3.3"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
APP_PLATFORM := android-19
|
APP_PLATFORM := android-21
|
||||||
|
|||||||
Reference in New Issue
Block a user