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.
This commit is contained in:
MohitMaliFtechiz 2024-01-11 18:50:49 +05:30
parent 34645b67fa
commit 991f4479c4

View File

@ -1,4 +1,4 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx5096m
org.gradle.jvmargs=-Xmx6096m
kotlin.code.style=1.7