update compile sdk to 27

This commit is contained in:
Vincent Breitmoser
2018-01-24 01:32:14 +01:00
parent 938081f125
commit 3379a1d85c
8 changed files with 35 additions and 31 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ android {
if (project.hasProperty('rootProject.ext.compileSdkVersion')) {
compileSdkVersion rootProject.ext.compileSdkVersion
} else {
compileSdkVersion 25
compileSdkVersion 27
}
if (project.hasProperty('rootProject.ext.buildToolsVersion')) {
buildToolsVersion rootProject.ext.buildToolsVersion