-
-
Save badpenguin/40666b7d59e1f715e64590d8fb2ec07a to your computer and use it in GitHub Desktop.
Create this file in ~/.gradle folder to speed up React Native Android building process.
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
org.gradle.parallel=true | |
org.gradle.daemon=true | |
org.gradle.jvmargs=-Xms512m -Xmx1024m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment