Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
14 lines
713 B
Properties
14 lines
713 B
Properties
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 含 -dontoptimize,AGP 9 默认拒绝合并。
|
||
# 本应用 release 已关闭混淆;该开关只让整包构建通过,不改变极光/华为通道行为。
|
||
android.r8.globalOptionsInConsumerRules.disallowed=false
|