2020-05-13 17:51:30 +00:00
|
|
|
-optimizationpasses 5
|
2020-01-02 23:15:12 +00:00
|
|
|
## 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.** { *; }
|
2020-05-13 14:46:21 +00:00
|
|
|
-dontwarn io.flutter.embedding.**
|
2020-05-13 17:51:30 +00:00
|
|
|
## Sqlite Encryption
|
2020-05-13 14:46:21 +00:00
|
|
|
-keep class net.sqlcipher.** { *; }
|