diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-21 00:17:11 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-21 00:17:11 -0700 |
commit | 50a7b483b9169ed435839ffc6c4b1953e2d034e5 (patch) | |
tree | 4219f4c55afe4dfb58c20b0c4f049536616328da /gradle.properties | |
parent | 1b74d78f836ca30ef78a779da75f6acb592277a4 (diff) | |
download | frost-50a7b483b9169ed435839ffc6c4b1953e2d034e5.tar.gz frost-50a7b483b9169ed435839ffc6c4b1953e2d034e5.tar.bz2 frost-50a7b483b9169ed435839ffc6c4b1953e2d034e5.zip |
Clean up and add event logging
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 7b523f58..f1064aa6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx1536m +org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects @@ -20,7 +20,7 @@ VERSION_CODE=2 VERSION_NAME=0.2 ANDROID_SUPPORT_LIBS=26.0.0-alpha1 -KAU=f41eb8b14f +KAU=eef0a98de4 MATERIAL_DRAWER=5.9.2 MATERIAL_DRAWER_KT=1.0.2 IICON_GOOGLE=3.0.1.0 |