Skip to content

Instantly share code, notes, and snippets.

@lenguyenthanh
Last active August 29, 2015 14:18
Show Gist options
  • Save lenguyenthanh/a3fd3060722f0569f17c to your computer and use it in GitHub Desktop.
Save lenguyenthanh/a3fd3060722f0569f17c to your computer and use it in GitHub Desktop.
gradle.properties
ANDROID_BUILD_MIN_SDK_VERSION=14
ANDROID_BUILD_TARGET_SDK_VERSION=21
ANDROID_BUILD_TOOLS_VERSION=21.1.1
ANDROID_BUILD_SDK_VERSION=21
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configureondemand=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment