mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-07 04:29:29 +01:00
8 lines
284 B
Prolog
8 lines
284 B
Prolog
|
## 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.**
|