This commit is contained in:
Feruz 2018-08-14 20:51:56 +03:00
parent 95a32bf599
commit 749eeb84cd

View File

@ -43,8 +43,8 @@ subprojects {
afterEvaluate {project ->
if (project.hasProperty("android")) {
android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
compileSdkVersion 26
buildToolsVersion '26.0.2'
}
}
}