Files
tongxunruanjian/mobile/android/gradle.properties
T

14 lines
713 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
# This newDsl flag was added by the Flutter template
android.newDsl=false
# This builtInKotlin flag was added by the Flutter template
android.builtInKotlin=false
# 三方插件 Java/Kotlin 编译目标不一致时降级为警告(见 build.gradle.kts 注释)
kotlin.jvm.target.validation.mode=warning
# jpush_flutter_android 1.0.2 的 consumer ProGuard 含 -dontoptimizeAGP 9 默认拒绝合并。
# 本应用 release 已关闭混淆;该开关只让整包构建通过,不改变极光/华为通道行为。
android.r8.globalOptionsInConsumerRules.disallowed=false