Skip to content

Commit 03cd66c

Browse files
committed
fix & chore: unable to build release apk because of aggressive class keeping rules
See https://stackoverflow.com/a/76806805 for details.
1 parent edfdd40 commit 03cd66c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

android/app/proguard-rules.pro

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
#Flutter Wrapper
2-
-keep class io.flutter.app.** { *; }
1+
# Flutter Wrapper
32
-keep class io.flutter.plugin.** { *; }
43
-keep class io.flutter.util.** { *; }
54
-keep class io.flutter.view.** { *; }
6-
-keep class io.flutter.** { *; }
75
-keep class io.flutter.plugins.** { *; }
8-
-keep class de.prosiebensat1digital.** { *; }
9-
-dontwarn io.flutter.embedding.**
6+
-keep class de.prosiebensat1digital.** { *; }

0 commit comments

Comments
 (0)