SQLCipher
dependencies {
implementation "com.dbflow5:sqlcipher:${version}"
implementation "net.zetetic:android-database-sqlcipher:${sqlcipher_version}"
}-keep class net.sqlcipher.** { *; }
-dontwarn net.sqlcipher.**FlowManager.init(context) {
database<CipherDatabase>(
openHelperCreator = SQLCipherOpenHelper.createHelperCreator(DemoApp.context, secret = "dbflow-rules"))
}Last updated
Was this helpful?