mirror of
https://github.com/etesync/android
synced 2025-02-02 19:01:06 +00:00
Change the target SDK to 26
Google new policy requires new APKs to target atleast SDK 26
This commit is contained in:
parent
9a215aa1ed
commit
2cb804cfc5
@ -19,7 +19,7 @@ android {
|
|||||||
applicationId "com.etesync.syncadapter"
|
applicationId "com.etesync.syncadapter"
|
||||||
|
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 26
|
||||||
|
|
||||||
versionCode 29
|
versionCode 29
|
||||||
versionName "0.20.4"
|
versionName "0.20.4"
|
||||||
@ -110,7 +110,6 @@ android {
|
|||||||
} else {
|
} else {
|
||||||
buildTypes.release.signingConfig = null
|
buildTypes.release.signingConfig = null
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user