2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-06-08 01:47:27 +02:00

Merge branch 'MTRNord/moor-proguard' into 'master'

Make moor encrypted Database work with release build

See merge request 
This commit is contained in:
Sorunome 2020-05-13 14:52:02 +00:00
commit 901ba5b289

@ -6,3 +6,4 @@
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
-dontwarn io.flutter.embedding.**
-keep class net.sqlcipher.** { *; }