Update WorkManager (#8772)

This commit is contained in:
Ivan Iskandar
2022-12-19 00:14:06 +07:00
committed by GitHub
parent 46417fe427
commit 8552838bda
6 changed files with 20 additions and 7 deletions

View File

@@ -19,7 +19,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" }
work-runtime = "androidx.work:work-runtime-ktx:2.6.0"
work-runtime = "androidx.work:work-runtime-ktx:2.8.0-rc01"
guava = "com.google.guava:guava:31.1-android"
paging-runtime = "androidx.paging:paging-runtime:3.1.1"