mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
put the api-26 changes back
lost in a rebase apparently
This commit is contained in:
parent
9ddc6e4b89
commit
dfd4a3f6f6
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ android {
|
|||
buildToolsVersion '27.0.3'
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 26
|
||||
versionCode VERSION_CODE_BASE
|
||||
versionName VERSION_NAME
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ subprojects {
|
|||
afterEvaluate {project ->
|
||||
if (project.hasProperty("android")) {
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
compileSdkVersion 26
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue