Created
October 7, 2019 18:44
-
-
Save Benjiko99/a9bff0e1f6800ab84dbfbd9c59e2c75e to your computer and use it in GitHub Desktop.
Gradle Properties for faster build times.
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.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | |
org.gradle.daemon=true | |
org.gradle.configureondemand=true | |
org.gradle.caching=true | |
android.enableBuildCache=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment