Update work runtime

This commit is contained in:
xynngh 2020-07-28 22:08:53 +04:00
parent e328f1768a
commit c9376d16d4

View File

@ -45,7 +45,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.work:work-runtime:2.3.4'
implementation 'androidx.work:work-runtime:2.4.0'
implementation "org.greenrobot:eventbus:$eventbus_version"
annotationProcessor "org.greenrobot:eventbus-annotation-processor:$eventbus_version"
}