File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ android {
4949dependencies {
5050 kapt " androidx.room:room-compiler:$rootProject . roomVersion "
5151 kapt " com.github.bumptech.glide:compiler:$rootProject . glideVersion "
52- implementation " android.arch.work:work-runtime-ktx:$rootProject . workVersion "
5352 implementation " androidx.appcompat:appcompat:$rootProject . supportLibraryVersion "
5453 implementation " androidx.constraintlayout:constraintlayout:$rootProject . constraintLayoutVersion "
5554 implementation " androidx.core:core-ktx:$rootProject . ktxVersion "
@@ -59,6 +58,7 @@ dependencies {
5958 implementation " androidx.navigation:navigation-ui-ktx:$rootProject . navigationVersion "
6059 implementation " androidx.recyclerview:recyclerview:$rootProject . recyclerViewVersion "
6160 implementation " androidx.room:room-runtime:$rootProject . roomVersion "
61+ implementation " androidx.work:work-runtime-ktx:$rootProject . workVersion "
6262 implementation " com.github.bumptech.glide:glide:$rootProject . glideVersion "
6363 implementation " com.google.android.material:material:$rootProject . materialVersion "
6464 implementation " com.google.code.gson:gson:$rootProject . gsonVersion "
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ buildscript {
4242 runnerVersion = ' 1.0.1'
4343 supportLibraryVersion = ' 1.1.0-alpha02'
4444 uiAutomatorVersion = ' 2.2.0'
45- workVersion = ' 1 .0.0'
45+ workVersion = ' 2 .0.0-rc01 '
4646 }
4747
4848 repositories {
You can’t perform that action at this time.
0 commit comments