mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-06 00:00:10 -05:00
android: Set compile-/targetSdkVersion to 26
This allows us to add tiles to Quick Settings and enabling the Always-on VPN feature in the VPN settings (both require API level 24, but 26 will be required as targetSdkVersion later this year).
This commit is contained in:
parent
71f4a20aa1
commit
56dec924ec
@ -1,13 +1,13 @@
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 26
|
||||||
buildToolsVersion '27.0.3'
|
buildToolsVersion '27.0.3'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.strongswan.android"
|
applicationId "org.strongswan.android"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 22
|
targetSdkVersion 26
|
||||||
versionCode 50
|
versionCode 50
|
||||||
versionName "1.9.6"
|
versionName "1.9.6"
|
||||||
}
|
}
|
||||||
@ -43,7 +43,8 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.android.support:appcompat-v7:23.3.0'
|
implementation 'com.android.support:appcompat-v7:26.0.2'
|
||||||
implementation 'com.android.support:design:23.3.0'
|
implementation 'com.android.support:design:26.0.2'
|
||||||
|
implementation 'com.android.support:support-v4:26.0.2'
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user