1
0
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:
tal 2018-08-18 11:13:46 +03:00 committed by Tom Hacohen
parent 9a215aa1ed
commit 2cb804cfc5

View File

@ -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 {