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

@@ -7,7 +7,7 @@ import androidx.annotation.NonNull;
import com.annimon.stream.Stream;
import net.sqlcipher.database.SQLiteDatabase;
import net.zetetic.database.sqlcipher.SQLiteDatabase;
import org.thoughtcrime.securesms.recipients.RecipientId;
import org.whispersystems.libsignal.util.guava.Preconditions;