Gradle 3.3, Android Gradle plugin 2.3.0, Android Maven plugin 1.5

This commit is contained in:
Emux
2017-03-03 13:02:15 +02:00
parent acb7727234
commit 04f02d9ae5
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
# 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=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit