mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -04:00

* 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.
5 lines
104 B
INI
5 lines
104 B
INI
android.enableJetifier=true
|
|
android.useAndroidX=true
|
|
org.gradle.jvmargs=-Xmx6096m
|
|
kotlin.code.style=1.7
|