Created
October 27, 2017 05:15
-
-
Save zeemyself/9b2c16c7368e6b65ccd77f453fea21b3 to your computer and use it in GitHub Desktop.
Script for react-native android
This file contains 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 { | |
afterEvaluate {project -> | |
if (project.hasProperty("android")) { | |
android { | |
compileSdkVersion 25 | |
buildToolsVersion '27.0.0' | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this script at android/build.gradle