mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-08 00:00:29 -05:00
android: Set compile-/targetSdkVersion to 28
This is mandatory for new apps since August 1, 2019 and will be for existing apps in November 1, 2019.
This commit is contained in:
parent
1ce5dd92fe
commit
ef57913d37
@ -1,12 +1,12 @@
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 26
|
compileSdkVersion 28
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.strongswan.android"
|
applicationId "org.strongswan.android"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 26
|
targetSdkVersion 28
|
||||||
versionCode 64
|
versionCode 64
|
||||||
versionName "2.1.1"
|
versionName "2.1.1"
|
||||||
}
|
}
|
||||||
@ -46,9 +46,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.android.support:appcompat-v7:26.0.2'
|
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||||
implementation 'com.android.support:design:26.0.2'
|
implementation 'com.android.support:design:28.0.0'
|
||||||
implementation 'com.android.support:preference-v7:26.0.2'
|
implementation 'com.android.support:preference-v7:28.0.0'
|
||||||
implementation 'com.android.support:support-v4:26.0.2'
|
implementation 'com.android.support:support-v4:28.0.0'
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user