diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 4d2334695..775ea4cd8 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -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 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 0138e6d76..14dad66b5 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -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 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ed5751672..232d3ddc0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" }