Increased gradle heap space

This commit is contained in:
M66B 2023-11-02 10:59:17 +01:00
parent 846b693180
commit e2db6d9943
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=-Xmx1536m
org.gradle.jvmargs=-Xmx2048m
org.gradle.warning.mode=all
android.useAndroidX=true