Last active
August 29, 2015 14:18
-
-
Save lenguyenthanh/a3fd3060722f0569f17c to your computer and use it in GitHub Desktop.
gradle.properties
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
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