mirror of
https://github.com/etesync/android
synced 2025-01-23 14:10:54 +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"
|
||||
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
targetSdkVersion 26
|
||||
|
||||
versionCode 29
|
||||
versionName "0.20.4"
|
||||
@ -110,7 +110,6 @@ android {
|
||||
} else {
|
||||
buildTypes.release.signingConfig = null
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user