Skip to content

Commit 2f3dd6d

Browse files
committed
Update WorkManager to 2.0.0-rc01
1 parent 15c17da commit 2f3dd6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ android {
4949
dependencies {
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"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)