From 8ac962d9eab61d6767a03c2c3868041ac83728bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:26:46 +0000 Subject: [PATCH] Update room to v2.5.2 --- deps_fdroid.txt | 10 +++++----- deps_googleplay.txt | 10 +++++----- gradle/libs.versions.toml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 22953a0d9..22a6d291f 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -494,10 +494,10 @@ +| | +--- androidx.core:core:1.6.0 -> 1.9.0 (*) +| | +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-service:2.1.0 -> 2.6.1 (*) -+| | +--- androidx.room:room-runtime:2.5.0 -> 2.5.1 ++| | +--- androidx.room:room-runtime:2.5.0 -> 2.5.2 +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | +--- androidx.arch.core:core-runtime:2.0.1 -> 2.2.0 (*) -+| | | +--- androidx.room:room-common:2.5.1 ++| | | +--- androidx.room:room-common:2.5.2 +| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20 -> 1.8.21 (*) +| | | +--- androidx.sqlite:sqlite:2.3.1 @@ -537,9 +537,9 @@ +| \--- androidx.fragment:fragment:1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 (*) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 (*) -++--- androidx.room:room-ktx:2.5.1 -+| +--- androidx.room:room-common:2.5.1 (*) -+| +--- androidx.room:room-runtime:2.5.1 (*) +++--- androidx.room:room-ktx:2.5.2 ++| +--- androidx.room:room-common:2.5.2 (*) ++| +--- androidx.room:room-runtime:2.5.2 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.8.21 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.1 (*) ++--- androidx.appcompat:appcompat:1.6.1 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 22ae8f236..634b5de64 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -680,10 +680,10 @@ +| | +--- androidx.core:core:1.6.0 -> 1.9.0 (*) +| | +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.6.1 (*) +| | +--- androidx.lifecycle:lifecycle-service:2.1.0 -> 2.6.1 (*) -+| | +--- androidx.room:room-runtime:2.5.0 -> 2.5.1 ++| | +--- androidx.room:room-runtime:2.5.0 -> 2.5.2 +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | +--- androidx.arch.core:core-runtime:2.0.1 -> 2.2.0 (*) -+| | | +--- androidx.room:room-common:2.5.1 ++| | | +--- androidx.room:room-common:2.5.2 +| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.6.0 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20 -> 1.8.21 (*) +| | | +--- androidx.sqlite:sqlite:2.3.1 @@ -723,9 +723,9 @@ +| \--- androidx.fragment:fragment:1.6.0 (c) ++--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 (*) ++--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 (*) -++--- androidx.room:room-ktx:2.5.1 -+| +--- androidx.room:room-common:2.5.1 (*) -+| +--- androidx.room:room-runtime:2.5.1 (*) +++--- androidx.room:room-ktx:2.5.2 ++| +--- androidx.room:room-common:2.5.2 (*) ++| +--- androidx.room:room-runtime:2.5.2 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.8.21 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.1 (*) ++--- androidx.appcompat:appcompat:1.6.1 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 65eb29f95..c3a1d9035 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -57,7 +57,7 @@ preference = "1.2.0" recyclerview = "1.3.0" retrofit = "2.9.0" rfc5545-datetime = "0.2.4" -room = "2.5.1" +room = "2.5.2" shortcut-badger = "1.1.22" soloader = "0.10.5" timber = "5.0.1"