Skip to content

Commit 5d367b7

Browse files
authored
Update build.gradle
1 parent fdcc606 commit 5d367b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

android/build.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ android {
3737
}
3838

3939
dependencies {
40-
implementation("android.arch.work:work-runtime:$work_version") {
41-
exclude group: 'com.google.guava', module: 'listenablefuture'
42-
}
40+
implementation "androidx.work:work-runtime:2.0.0"
4341
implementation "androidx.concurrent:concurrent-futures:$futures_version"
4442
implementation 'androidx.annotation:annotation:1.0.1'
4543
implementation 'androidx.core:core:1.0.1'
4644
implementation 'com.squareup.okhttp3:okhttp:3.13.1'
4745
implementation 'com.google.code.gson:gson:2.8.5'
48-
}
46+
}

0 commit comments

Comments
 (0)