mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-02 18:19:30 +01:00
ed11887e07
Took 3 hours 45 minutes
11 lines
363 B
Prolog
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.** { *; } |