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.** { *; } |