Skip to content

Commit 3a0d21f

Browse files
committed
Work version 1.0.0-alpha12 onwards, the 'doWork()' function now returns Result instead of Payload
1 parent 0ee5f78 commit 3a0d21f

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
@@ -92,7 +92,7 @@ dependencies {
9292
kapt "androidx.room:room-compiler:$version_room"
9393

9494
// Kotlin Extensions and Coroutines support for Room
95-
implementation "androidx.room:room-ktx:$room_version"
95+
implementation "androidx.room:room-ktx:$version_room"
9696

9797
// WorkManager
9898
implementation "android.arch.work:work-runtime-ktx:$version_work"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ buildscript {
3636
version_moshi = "1.8.0"
3737
version_glide = "4.8.0"
3838
version_joda = "2.10"
39-
version_work = "1.0.0-alpha11"
39+
version_work = "1.0.1"
4040
version_timber = "4.7.1"
4141
}
4242

0 commit comments

Comments
 (0)