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'