From 8ca08691ae65c67a2d711149b97dbac4a952cd18 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 13 May 2020 14:46:21 +0000 Subject: [PATCH] Make moor encrypted Database work with release build --- android/proguard-rules.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/proguard-rules.pro b/android/proguard-rules.pro index d24d7f1..bfe0515 100644 --- a/android/proguard-rules.pro +++ b/android/proguard-rules.pro @@ -5,4 +5,5 @@ -keep class io.flutter.view.** { *; } -keep class io.flutter.** { *; } -keep class io.flutter.plugins.** { *; } --dontwarn io.flutter.embedding.** \ No newline at end of file +-dontwarn io.flutter.embedding.** +-keep class net.sqlcipher.** { *; } \ No newline at end of file