Commit f1abcbb7 authored by topjohnwu's avatar topjohnwu

Update WorkManager

parent 70efddb9
...@@ -37,8 +37,7 @@ dependencies { ...@@ -37,8 +37,7 @@ dependencies {
implementation "androidx.recyclerview:recyclerview:${androidXVersion}" implementation "androidx.recyclerview:recyclerview:${androidXVersion}"
implementation "androidx.cardview:cardview:${androidXVersion}" implementation "androidx.cardview:cardview:${androidXVersion}"
implementation "com.google.android.material:material:${androidXVersion}" implementation "com.google.android.material:material:${androidXVersion}"
implementation 'android.arch.work:work-runtime:1.0.0' implementation 'androidx.work:work-runtime:2.0.0-rc01'
implementation 'androidx.room:room-runtime:2.0.0'
implementation 'androidx.transition:transition:1.0.1' implementation 'androidx.transition:transition:1.0.1'
def libsuVersion = '2.3.1' def libsuVersion = '2.3.1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment