mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
up sdk version in the second place
This commit is contained in:
parent
e1ba676a8e
commit
affb13207e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ subprojects {
|
|||
afterEvaluate {project ->
|
||||
if (project.hasProperty("android")) {
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
compileSdkVersion 26
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue