There was an error while loading. Please reload this page.
1 parent c6a2c6d commit 008c0d6Copy full SHA for 008c0d6
2 files changed
android/app/proguard-rules.pro
@@ -14,7 +14,11 @@
14
# prevents accidental stripping or aggressive obfuscation if future reflection is added.
15
-keep class com.escapebranch.unfilter.** { *; }
16
17
+# Google Play Core (In-App Updates & Reviews)
18
+-keep class com.google.android.play.core.** { *; }
19
+
20
# Default Android checks and harmless warnings
21
-dontwarn android.support.**
22
-dontwarn androidx.**
23
-dontwarn io.flutter.**
24
+-dontwarn com.google.android.play.**
android/gradle.properties
@@ -3,3 +3,5 @@ android.useAndroidX=true
3
android.newDsl=false
4
# This builtInKotlin flag was added automatically by Flutter migrator
5
android.builtInKotlin=false
6
+# Enables R8 integrated code and resource optimization pipeline (AGP 8.12+)
7
+android.r8.optimizedResourceShrinking=true
0 commit comments