Created
October 13, 2018 17:15
-
-
Save enzzoperez/37255dd1a45a7d60c2264a58fac37b4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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