mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-10-31 17:37:41 +00: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.**
|