Skip to content

Instantly share code, notes, and snippets.

@Benjiko99
Created October 7, 2019 18:44
Show Gist options
  • Save Benjiko99/a9bff0e1f6800ab84dbfbd9c59e2c75e to your computer and use it in GitHub Desktop.
Save Benjiko99/a9bff0e1f6800ab84dbfbd9c59e2c75e to your computer and use it in GitHub Desktop.
Gradle Properties for faster build times.
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