mirror of
https://gitlab.com/moepoi/neonime-app.git
synced 2024-11-14 02:56:18 +01:00
10 lines
No EOL
406 B
Prolog
10 lines
No EOL
406 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.** { *; }
|
|
# -keep class com.google.firebase.** { *; } // uncomment this if you are using firebase in the project
|
|
-dontwarn io.flutter.embedding.**
|
|
-ignorewarnings |