From 991f4479c44174fc66cb0a15b30b12fd5ab834cb Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 11 Jan 2024 18:50:49 +0530 Subject: [PATCH] Fixed the custom app (wikispecies, wikimed) bundle build problem. * We utilize `Play Asset Delivery` in our bundle, housing the ZIM file within it. The size of the wikispecies ZIM file is 2.13GB. To process all resources inside the bundle, we require a minimum of 6GB of Java heap memory. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3792ee580..85a362203 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ android.enableJetifier=true android.useAndroidX=true -org.gradle.jvmargs=-Xmx5096m +org.gradle.jvmargs=-Xmx6096m kotlin.code.style=1.7