We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcc606 commit 5d367b7Copy full SHA for 5d367b7
android/build.gradle
@@ -37,12 +37,10 @@ android {
37
}
38
39
dependencies {
40
- implementation("android.arch.work:work-runtime:$work_version") {
41
- exclude group: 'com.google.guava', module: 'listenablefuture'
42
- }
+ implementation "androidx.work:work-runtime:2.0.0"
43
implementation "androidx.concurrent:concurrent-futures:$futures_version"
44
implementation 'androidx.annotation:annotation:1.0.1'
45
implementation 'androidx.core:core:1.0.1'
46
implementation 'com.squareup.okhttp3:okhttp:3.13.1'
47
implementation 'com.google.code.gson:gson:2.8.5'
48
-}
+}
0 commit comments