Skip to content

Commit 5cfa2c5

Browse files
fix(deps): update dependency androidx.sqlite:sqlite to v2.5.0 (#1147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 955f345 commit 5cfa2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
androidTestApi("androidx.test:rules:1.6.1")
7474

7575
implementation("net.zetetic:android-database-sqlcipher:4.5.4")
76-
implementation("androidx.sqlite:sqlite:2.4.0")
76+
implementation("androidx.sqlite:sqlite:2.5.0")
7777

7878
api("com.opencsv:opencsv:5.10")
7979
}

0 commit comments

Comments
 (0)