Bumping target to API 26

This commit is contained in:
anthony restaino 2017-06-08 22:39:16 -04:00
parent 11cf6693af
commit daa4633d54
2 changed files with 6 additions and 6 deletions

View File

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

View File

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