Skip to content

Commit 48bb385

Browse files
replace WorkManager's lib from arndroid.arch to androidx.work
1 parent f6a2289 commit 48bb385

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ android {
4343
dataBinding true
4444
}
4545

46+
kotlinOptions {
47+
jvmTarget = "1.8"
48+
}
49+
4650
}
4751

4852
dependencies {
@@ -95,5 +99,5 @@ dependencies {
9599
implementation "androidx.room:room-ktx:$version_room"
96100

97101
// WorkManager
98-
implementation "android.arch.work:work-runtime-ktx:$version_work"
102+
implementation "androidx.work:work-runtime-ktx:$version_work"
99103
}

0 commit comments

Comments
 (0)