put the api-26 changes back

lost in a rebase apparently
This commit is contained in:
Eric House 2018-07-26 19:16:50 -07:00
parent 9ddc6e4b89
commit dfd4a3f6f6
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ android {
buildToolsVersion '27.0.3' buildToolsVersion '27.0.3'
defaultConfig { defaultConfig {
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 23 targetSdkVersion 26
versionCode VERSION_CODE_BASE versionCode VERSION_CODE_BASE
versionName VERSION_NAME versionName VERSION_NAME
} }

View file

@ -29,7 +29,7 @@ subprojects {
afterEvaluate {project -> afterEvaluate {project ->
if (project.hasProperty("android")) { if (project.hasProperty("android")) {
android { android {
compileSdkVersion 23 compileSdkVersion 26
} }
} }
} }