diff --git a/proguard-project.txt b/proguard-project.txt index f2fe1559..17f34e76 100644 --- a/proguard-project.txt +++ b/proguard-project.txt @@ -18,3 +18,8 @@ #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #} + +# SQLCipher, keep JNI integration methods +-keepclassmembers class net.sqlcipher.** { + native ; +}