Update to SQLCipher with true WAL support.

This commit is contained in:
Greyson Parrelli
2021-08-18 10:16:54 -04:00
committed by Alex Hart
parent b904de5b50
commit 214e994e90
59 changed files with 610 additions and 628 deletions

View File

@@ -2,4 +2,7 @@
-keep class org.sqlite.database.** { *; }
-keep class net.sqlcipher.** { *; }
-dontwarn net.sqlcipher.**
-dontwarn net.sqlcipher.**
-keep class net.zetetic.** { *; }
-dontwarn net.zetetic.**