revert to sdk-23

Too much breaks with the upgrade and I don't have time to deal.
This commit is contained in:
Eric House 2018-07-21 21:36:51 -07:00
parent affb13207e
commit 70b22f7d11
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ android:
- tools
- platform-tools
- build-tools-27.0.3
- android-26
- android-23
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+

View file

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

View file

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