Files
mobile/android/gradle.properties
2026-05-21 14:26:00 +02:00

11 lines
553 B
Properties

org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.enableJetifier=true
# This builtInKotlin flag was added automatically by Flutter migrator
android.builtInKotlin=false
# This newDsl flag was added automatically by Flutter migrator
android.newDsl=false
# AGP 9.0 enforces unique package names; cronet-embedded bundles multiple artifacts
# sharing the org.chromium.net namespace — disable until Chromium fixes this upstream
android.uniquePackageNames=false