Increased gradle memory

This commit is contained in:
M66B 2020-10-13 09:12:40 +02:00
parent fecd2aa428
commit e0f273aaad
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# 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
# org.gradle.parallel=true
org.gradle.jvmargs=-Xmx1024m
org.gradle.jvmargs=-Xmx2048m
org.gradle.warning.mode=all
android.useAndroidX=true