Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit fb3c969458e4c24b38273f2439b6949c6a1ee8b4
Author: Rahul Ravikumar <rahulrav@google.com>
Date: Tue May 21 13:06:36 2019
Add granular dependencies for WorkManager.
Test: All existing unit tests pass.
Fixes: b/133169148
Change-Id: Iea3a007700f7df66a267c451ec4f95210609be57
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M work/workmanager/build.gradle
https://android-review.googlesource.com/966040
https://goto.google.com/android-sha1/fb3c969458e4c24b38273f2439b6949c6a1ee8b4
Branch: androidx-master-dev
commit fb3c969458e4c24b38273f2439b6949c6a1ee8b4
Author: Rahul Ravikumar <rahulrav@google.com>
Date: Tue May 21 13:06:36 2019
Add granular dependencies for WorkManager.
Test: All existing unit tests pass.
Fixes:
Change-Id: Iea3a007700f7df66a267c451ec4f95210609be57
M buildSrc/src/main/kotlin/androidx/build/dependencies/Dependencies.kt
M work/workmanager/build.gradle
ga...@gmail.com <ga...@gmail.com> #3
Thank you
Description
Version used: 2.0.1 and 2.1.0-alpha02
Currently workmanager-runtime has a dependency on androidx.lifecycle:lifecycle-extensions. The only two classes in that artifact are ViewModelProviders and ViewModelStores which both aren't used by WorkManager. It would be great if you could change the dependency to what you actually need, for example androidx.lifecycle:lifecycle-livedata-core or androidx.lifecycle:lifecycle-livedata.