Skip to content

Instantly share code, notes, and snippets.

@ThrowJojo
Created March 16, 2018 00:44
Show Gist options
  • Save ThrowJojo/b02bd2b6e8cea468f25db678950b30a8 to your computer and use it in GitHub Desktop.
Save ThrowJojo/b02bd2b6e8cea468f25db678950b30a8 to your computer and use it in GitHub Desktop.
Build gradle script
subprojects {
afterEvaluate {project ->
if (project.hasProperty("android")) {
android {
compileSdkVersion 25
buildToolsVersion '25.0.2'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment