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'
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '25.0.3'
|
||||
compileSdkVersion project.targetSdkVersion
|
||||
buildToolsVersion project.buildToolsVersion
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
minSdkVersion project.minSdkVersion
|
||||
targetSdkVersion project.targetSdkVersion
|
||||
versionName project.versionName
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
@ -17,8 +17,8 @@ allprojects {
|
||||
|
||||
ext {
|
||||
minSdkVersion = 14
|
||||
targetSdkVersion = 25
|
||||
buildToolsVersion = '25.0.2'
|
||||
targetSdkVersion = 26
|
||||
buildToolsVersion = '26.0.0'
|
||||
|
||||
versionName = '4.5.0'
|
||||
versionCode_lite = 97
|
||||
|
Loading…
x
Reference in New Issue
Block a user