Update dependency androidx.work:work-runtime-ktx to v2.8.1

pull/2228/head
renovate[bot] 1 year ago committed by Alex Baker
parent 63e3311fd3
commit db8744123f

@ -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

@ -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

@ -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"

Loading…
Cancel
Save