Update dependency androidx.sqlite:sqlite-bundled to v2.5.0-rc02 (#3412)

* Update dependency androidx.sqlite:sqlite-bundled to v2.5.0-rc02

* Update dependency diffs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/3417/head
renovate[bot] 9 months ago committed by GitHub
parent c51908c235
commit d90a4398a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1266,7 +1266,7 @@
++--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (*)
++--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*)
++--- androidx.room:room-runtime:2.7.0-rc02 (*)
++--- androidx.sqlite:sqlite-bundled:2.5.0-rc01 -> 2.5.0-rc02
++--- androidx.sqlite:sqlite-bundled:2.5.0-rc02
+| \--- androidx.sqlite:sqlite-bundled-android:2.5.0-rc02
+| +--- androidx.sqlite:sqlite:2.5.0-rc02 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.10 (*)

@ -1621,7 +1621,7 @@
++--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 (*)
++--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 (*)
++--- androidx.room:room-runtime:2.7.0-rc02 (*)
++--- androidx.sqlite:sqlite-bundled:2.5.0-rc01 -> 2.5.0-rc02
++--- androidx.sqlite:sqlite-bundled:2.5.0-rc02
+| \--- androidx.sqlite:sqlite-bundled-android:2.5.0-rc02
+| +--- androidx.sqlite:sqlite:2.5.0-rc02 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.10 (*)

@ -91,7 +91,7 @@ androidx-preference = { module = "androidx.preference:preference", version.ref =
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
androidx-room = { module = "androidx.room:room-runtime", version.ref = "room" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room"}
androidx-sqlite = { module = "androidx.sqlite:sqlite-bundled", version = "2.5.0-rc01" }
androidx-sqlite = { module = "androidx.sqlite:sqlite-bundled", version = "2.5.0-rc02" }
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test" }
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }

Loading…
Cancel
Save