work libs update

This commit is contained in:
Milos Kozak 2020-10-19 22:48:07 +02:00
parent 7ac74f5a9e
commit e46396c6d5
2 changed files with 5 additions and 4 deletions

View file

@ -358,11 +358,11 @@ dependencies {
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
//WorkManager
implementation 'androidx.work:work-runtime:2.3.4'
implementation 'androidx.work:work-runtime-ktx:2.4.0'
implementation 'androidx.work:work-rxjava2:2.3.4'
implementation "androidx.work:work-runtime:$work_version"
implementation "androidx.work:work-runtime-ktx:$work_version"
implementation "androidx.work:work-rxjava2:$work_version"
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:1.1.0'
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:2.0.0'
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
}

View file

@ -20,6 +20,7 @@ buildscript {
constraintlayout_version = '2.0.2'
preferencektx_version = '1.1.1'
commonslang3_version = '3.11'
work_version = '2.4.0'
junit_version = '4.13.1'
}