Update dependency androidx.work:work-runtime to v2.10.0

This commit is contained in:
Mend Renovate 2024-10-30 22:17:31 +00:00
parent f33a6d2520
commit 610abf099a
No known key found for this signature in database
GPG Key ID: A1020E7F5FFD673D

View File

@ -21,7 +21,7 @@ lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
lifecycle-runtimektx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle_version" }
workmanager = "androidx.work:work-runtime:2.9.1"
workmanager = "androidx.work:work-runtime:2.10.0"
paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging_version" }
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }