Increase gradle/java heap size to fix fdroid build

Change-Id: I28b682acf672eef7438fbc74d2aa697258f6c6e7
This commit is contained in:
SpiritCroc 2021-09-09 16:35:58 +02:00
parent 3be0b85dcf
commit dc2f9f883e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m
org.gradle.jvmargs=-Xmx4096m
# 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