mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-09 01:18:09 +02:00
9 lines
306 B
Prolog
9 lines
306 B
Prolog
-optimizationpasses 5
|
|
## Flutter wrapper
|
|
-keep class io.flutter.app.** { *; }
|
|
-keep class io.flutter.plugin.** { *; }
|
|
-keep class io.flutter.util.** { *; }
|
|
-keep class io.flutter.view.** { *; }
|
|
-keep class io.flutter.** { *; }
|
|
-keep class io.flutter.plugins.** { *; }
|
|
-dontwarn io.flutter.embedding.** |