mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
revert to sdk-23
Too much breaks with the upgrade and I don't have time to deal.
This commit is contained in:
parent
affb13207e
commit
70b22f7d11
3 changed files with 3 additions and 3 deletions
|
@ -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-.+
|
||||
|
|
|
@ -33,7 +33,7 @@ android {
|
|||
buildToolsVersion '27.0.3'
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 26
|
||||
targetSdkVersion 23
|
||||
versionCode VERSION_CODE_BASE
|
||||
versionName VERSION_NAME
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ subprojects {
|
|||
afterEvaluate {project ->
|
||||
if (project.hasProperty("android")) {
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
compileSdkVersion 23
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue