Skip to content
Snippets Groups Projects
Unverified Commit 761e0bf7 authored by BMItter's avatar BMItter Committed by GitHub
Browse files

Update worker dependecies to latest RC (EXPSOUREAPP-4765) #2209

parent c17d6d1d
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ dependencies {
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.work:work-runtime-ktx:2.5.0-beta02'
implementation 'androidx.work:work-runtime-ktx:2.5.0-rc01'
implementation 'androidx.lifecycle:lifecycle-common-java8:2.2.0'
implementation 'androidx.lifecycle:lifecycle-process:2.2.0'
......@@ -376,7 +376,7 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test.ext:truth:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.work:work-testing:2.5.0-beta02'
androidTestImplementation 'androidx.work:work-testing:2.5.0-rc01'
androidTestImplementation "io.mockk:mockk-android:1.10.4"
debugImplementation 'androidx.fragment:fragment-testing:1.2.5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment