Skip to content

Commit a2ed970

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 c2f5268 commit a2ed970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
// For testing on remote AAR references:
2929
//implementation 'net.zetetic:android-database-sqlcipher:4.5.3@aar'
3030

31-
implementation "androidx.sqlite:sqlite:2.0.1"
31+
implementation "androidx.sqlite:sqlite:2.2.0"
3232

3333
// For Room tests:
3434
implementation "androidx.room:room-runtime:2.1.0"

0 commit comments

Comments
 (0)