Skip to content

Commit 9ada80c

Browse files
Use androidx.sqlite:sqlite:2.2.0 consistent with sqlcipher-android
1 parent 46e94f3 commit 9ada80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: android-database-sqlcipher/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
dependencies {
43-
implementation "androidx.sqlite:sqlite:2.1.0"
43+
implementation "androidx.sqlite:sqlite:2.2.0"
4444
}
4545

4646
editorconfig {

0 commit comments

Comments
 (0)