2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-03-12 19:50:43 +01:00
fluffychat/android/app/proguard-rules.pro
2020-05-13 19:51:30 +02:00

11 lines
363 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.**
## Sqlite Encryption
-keep class net.sqlcipher.** { *; }