From 4efb6786996e933652351e1c32bdc5dc0f3c1d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 15:14:33 -0600 Subject: [PATCH] Update dependency androidx.sqlite:sqlite-bundled to v2.6.1 (#3978) * Update dependency androidx.sqlite:sqlite-bundled to v2.6.1 * Update dependency diffs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- deps_fdroid.txt | 2 +- deps_googleplay.txt | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 72b63bd7c..79c1d8914 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1396,7 +1396,7 @@ ++--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (*) ++--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*) ++--- androidx.room:room-runtime:2.8.3 (*) -++--- androidx.sqlite:sqlite-bundled:2.5.2 -> 2.6.1 +++--- androidx.sqlite:sqlite-bundled:2.6.1 +| \--- androidx.sqlite:sqlite-bundled-android:2.6.1 +| +--- androidx.sqlite:sqlite:2.6.1 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.0 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 6bd30f4ab..803f63c8c 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -1787,7 +1787,7 @@ ++--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (*) ++--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*) ++--- androidx.room:room-runtime:2.8.3 (*) -++--- androidx.sqlite:sqlite-bundled:2.5.2 -> 2.6.1 +++--- androidx.sqlite:sqlite-bundled:2.6.1 +| \--- androidx.sqlite:sqlite-bundled-android:2.6.1 +| +--- androidx.sqlite:sqlite:2.6.1 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.0 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b4e2324cb..bd2908d2b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -92,7 +92,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.2" } +androidx-sqlite = { module = "androidx.sqlite:sqlite-bundled", version = "2.6.1" } 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" }