Switch back to mainline SQLCipher with true WAL mode.

This commit is contained in:
Greyson Parrelli
2021-09-01 12:21:59 -04:00
parent 0b53ba8950
commit fa26eb2017
35 changed files with 113 additions and 154 deletions

View File

@@ -4,7 +4,7 @@ import android.content.Context;
import androidx.annotation.NonNull;
import net.sqlcipher.database.SQLiteDatabase;
import net.zetetic.database.sqlcipher.SQLiteDatabase;
import org.greenrobot.eventbus.EventBus;
import org.greenrobot.eventbus.Subscribe;