Skip to content

Commit

Permalink
Update dependency androidx.sqlite:sqlite to v2.4.0 (#977)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 7c5d2fa commit 87b23c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
androidTestApi("androidx.test:rules:1.6.1")

implementation("net.zetetic:android-database-sqlcipher:4.5.4")
implementation("androidx.sqlite:sqlite:2.3.1")
implementation("androidx.sqlite:sqlite:2.4.0")

api("com.opencsv:opencsv:5.9")
}

0 comments on commit 87b23c1

Please sign in to comment.