From f1abcbb7fbc04be3ef535ab52413b797f747fe85 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sat, 9 Mar 2019 05:36:49 -0500 Subject: [PATCH] Update WorkManager --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 57406f856..9a605a1fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,7 @@ dependencies { implementation "androidx.recyclerview:recyclerview:${androidXVersion}" implementation "androidx.cardview:cardview:${androidXVersion}" implementation "com.google.android.material:material:${androidXVersion}" - implementation 'android.arch.work:work-runtime:1.0.0' - implementation 'androidx.room:room-runtime:2.0.0' + implementation 'androidx.work:work-runtime:2.0.0-rc01' implementation 'androidx.transition:transition:1.0.1' def libsuVersion = '2.3.1'