We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c45e36 + 2af7003 commit 9c6257cCopy full SHA for 9c6257c
app/build.gradle
@@ -43,6 +43,10 @@ android {
43
dataBinding true
44
}
45
46
+ kotlinOptions {
47
+ jvmTarget = "1.8"
48
+ }
49
+
50
51
52
dependencies {
@@ -95,5 +99,5 @@ dependencies {
95
99
implementation "androidx.room:room-ktx:$version_room"
96
100
97
101
// WorkManager
98
- implementation "android.arch.work:work-runtime-ktx:$version_work"
102
+ implementation "androidx.work:work-runtime-ktx:$version_work"
103
build.gradle
@@ -36,7 +36,7 @@ buildscript {
36
version_moshi = "1.8.0"
37
version_glide = "4.8.0"
38
version_joda = "2.10"
39
- version_work = "1.0.1"
+ version_work = "2.4.0"
40
version_timber = "4.7.1"
41
42
0 commit comments