Skip to content

Instantly share code, notes, and snippets.

@enzzoperez
Created October 13, 2018 17:15
Show Gist options
  • Save enzzoperez/37255dd1a45a7d60c2264a58fac37b4a to your computer and use it in GitHub Desktop.
Save enzzoperez/37255dd1a45a7d60c2264a58fac37b4a to your computer and use it in GitHub Desktop.
subprojects { subproject ->
afterEvaluate {
if ((subproject.plugins.hasPlugin('android') || subproject.plugins.hasPlugin('android-library'))) {
android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment