kiwix-android/gradle.properties
MohitMaliFtechiz 991f4479c4 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.
2024-01-11 18:50:49 +05:30

5 lines
104 B
INI

android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx6096m
kotlin.code.style=1.7