From db8744123f31649895a5798d8d17bbccd97a2eaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:09:19 +0000 Subject: [PATCH] Update dependency androidx.work:work-runtime-ktx to v2.8.1 --- deps_fdroid.txt | 6 +++--- deps_googleplay.txt | 6 +++--- gradle/libs.versions.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 29883141d..44f37a8a9 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -478,7 +478,7 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*) +| +--- androidx.hilt:hilt-common:1.0.0 +| | \--- com.google.dagger:hilt-core:2.35 -> 2.45 (*) -+| +--- androidx.work:work-runtime:2.3.4 -> 2.8.0 ++| +--- androidx.work:work-runtime:2.3.4 -> 2.8.1 +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.9.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.9.0 (*) @@ -628,8 +628,8 @@ +| +--- com.google.http-client:google-http-client:1.39.2 -> 1.42.3 (*) +| +--- com.google.http-client:google-http-client-gson:1.39.2 -> 1.42.3 (*) +| \--- com.google.guava:guava:30.1.1-android -> 31.1-jre (*) -++--- androidx.work:work-runtime-ktx:2.8.0 -+| +--- androidx.work:work-runtime:2.8.0 (*) +++--- androidx.work:work-runtime-ktx:2.8.1 ++| +--- androidx.work:work-runtime:2.8.1 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 1.8.10 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (*) ++--- com.etebase:client:2.3.2 diff --git a/deps_googleplay.txt b/deps_googleplay.txt index a0a197213..7e4036784 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -635,7 +635,7 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.5.0 (*) +| +--- androidx.hilt:hilt-common:1.0.0 +| | \--- com.google.dagger:hilt-core:2.35 -> 2.45 (*) -+| +--- androidx.work:work-runtime:2.3.4 -> 2.8.0 ++| +--- androidx.work:work-runtime:2.3.4 -> 2.8.1 +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.9.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.9.0 (*) @@ -785,8 +785,8 @@ +| +--- com.google.http-client:google-http-client:1.39.2 -> 1.42.3 (*) +| +--- com.google.http-client:google-http-client-gson:1.39.2 -> 1.42.3 (*) +| \--- com.google.guava:guava:30.1.1-android -> 31.1-jre (*) -++--- androidx.work:work-runtime-ktx:2.8.0 -+| +--- androidx.work:work-runtime:2.8.0 (*) +++--- androidx.work:work-runtime-ktx:2.8.1 ++| +--- androidx.work:work-runtime:2.8.1 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 1.8.10 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (*) ++--- com.etebase:client:2.3.2 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 556dea4ec..65c6ab2bc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ okhttp = "4.10.0" retrofit = "2.9.0" room = "2.5.1" soloader = "0.10.5" -work = "2.8.0" +work = "2.8.1" androidx-test = "1.5.0" androidx-test-runner = "1.5.2"