Merge pull request #3633 from kiwix/java_heap_bundle_issue

Fixes custom app wikimed bundle build problem
This commit is contained in:
Kelson 2023-12-27 16:17:11 +01:00 committed by GitHub
commit f17ed9af69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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