Merge branch 'MTRNord/moor-proguard' into 'master'
Make moor encrypted Database work with release build See merge request ChristianPauly/fluffychat-flutter!50
This commit is contained in:
commit
073c6b273d
1 changed files with 2 additions and 1 deletions
3
android/proguard-rules.pro
vendored
3
android/proguard-rules.pro
vendored
|
|
@ -5,4 +5,5 @@
|
||||||
-keep class io.flutter.view.** { *; }
|
-keep class io.flutter.view.** { *; }
|
||||||
-keep class io.flutter.** { *; }
|
-keep class io.flutter.** { *; }
|
||||||
-keep class io.flutter.plugins.** { *; }
|
-keep class io.flutter.plugins.** { *; }
|
||||||
-dontwarn io.flutter.embedding.**
|
-dontwarn io.flutter.embedding.**
|
||||||
|
-keep class net.sqlcipher.** { *; }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue