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