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

@@ -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;