up sdk version in the second place

This commit is contained in:
Eric House 2018-07-20 08:24:48 -07:00
parent e1ba676a8e
commit affb13207e

View file

@ -29,7 +29,7 @@ subprojects {
afterEvaluate {project ->
if (project.hasProperty("android")) {
android {
compileSdkVersion 23
compileSdkVersion 26
}
}
}