WIP, bugfixes

This commit is contained in:
Kevin Puertas
2017-10-02 00:32:53 +02:00
parent 3135bd90b6
commit 00c19fc0da
5 changed files with 8 additions and 19 deletions

View File

@@ -10,6 +10,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
android.enableAapt2=false
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit