mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
android: Set compile-/targetSdkVersion to 29
This will be mandatory for existing apps on Nov 2, 2020.
This commit is contained in:
parent
ad2caae301
commit
f71f6f659f
@ -1,12 +1,12 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
compileSdkVersion 29
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.strongswan.android"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 29
|
||||
versionCode 72
|
||||
versionName "2.3.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user