mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
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:
parent
34645b67fa
commit
991f4479c4
@ -1,4 +1,4 @@
|
|||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
org.gradle.jvmargs=-Xmx5096m
|
org.gradle.jvmargs=-Xmx6096m
|
||||||
kotlin.code.style=1.7
|
kotlin.code.style=1.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user