From 2e10fa494f8572a5cd2a0b3bf7b1c89335e8b7f8 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 31 Dec 2018 15:43:46 +0800 Subject: [PATCH] Update WorkManager dependencies --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 6e03387f2..ae66e3d7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,6 +81,8 @@ dependencies { fullImplementation "androidx.cardview:cardview:${rootProject.ext.androidXVersion}" fullImplementation "com.google.android.material:material:${rootProject.ext.androidXVersion}" fullImplementation 'android.arch.work:work-runtime:1.0.0-beta01' + fullImplementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' + fullImplementation 'androidx.room:room-runtime:2.0.0' fullImplementation 'com.github.topjohnwu:libsu:2.1.2' fullImplementation 'org.kamranzafar:jtar:2.3' fullImplementation 'ru.noties:markwon:2.0.1'