Skip to content

Commit cb07301

Browse files
author
Christopher J. Brody
committed
update androidx.sqlite:sqlite -> 2.2.0
(requires minimum Android SDK 31) ref: https://mvnrepository.com/artifact/androidx.sqlite/sqlite
1 parent 9259c62 commit cb07301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// For testing on remote AAR references:
3131
implementation 'net.zetetic:android-database-sqlcipher:4.5.3@aar'
3232

33-
implementation "androidx.sqlite:sqlite:2.0.1"
33+
implementation "androidx.sqlite:sqlite:2.2.0"
3434

3535
// For Room tests:
3636
implementation "androidx.room:room-runtime:2.1.0"

0 commit comments

Comments
 (0)