Skip to content

Commit

Permalink
fix(deps): update dependency org.xerial:sqlite-jdbc to v3.47.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and xz-dev committed Nov 26, 2024
1 parent e1107b0 commit a085a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
// database
def room_version = '2.6.1'
api "androidx.room:room-runtime:$room_version"
ksp 'org.xerial:sqlite-jdbc:3.47.0.0' //Work around on Apple Silicon
ksp 'org.xerial:sqlite-jdbc:3.47.1.0' //Work around on Apple Silicon
ksp "androidx.room:room-compiler:$room_version"
implementation "androidx.room:room-ktx:$room_version"
// Test helpers
Expand Down

0 comments on commit a085a87

Please sign in to comment.