Bumping target to API 26
This commit is contained in:
parent
11cf6693af
commit
daa4633d54
@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
|
|||||||
apply plugin: 'com.getkeepsafe.dexcount'
|
apply plugin: 'com.getkeepsafe.dexcount'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion project.targetSdkVersion
|
||||||
buildToolsVersion '25.0.3'
|
buildToolsVersion project.buildToolsVersion
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion project.minSdkVersion
|
||||||
targetSdkVersion 25
|
targetSdkVersion project.targetSdkVersion
|
||||||
versionName project.versionName
|
versionName project.versionName
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
@ -17,8 +17,8 @@ allprojects {
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
minSdkVersion = 14
|
minSdkVersion = 14
|
||||||
targetSdkVersion = 25
|
targetSdkVersion = 26
|
||||||
buildToolsVersion = '25.0.2'
|
buildToolsVersion = '26.0.0'
|
||||||
|
|
||||||
versionName = '4.5.0'
|
versionName = '4.5.0'
|
||||||
versionCode_lite = 97
|
versionCode_lite = 97
|
||||||
|
Loading…
x
Reference in New Issue
Block a user