Skip to content
Snippets Groups Projects
Unverified Commit ed0880af authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Update workmanager (EXPOSUREAPP-4087) (#1896)

* Update work manager to 2.5.0-beta02 to fix potential reliability issues.

* Update work manager test dependency to 2.5.0-beta02.
parent cc54a315
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.2.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.work:work-runtime-ktx:2.5.0-beta01'
implementation 'androidx.work:work-runtime-ktx:2.5.0-beta02'
implementation 'androidx.lifecycle:lifecycle-common-java8:2.2.0'
implementation 'androidx.lifecycle:lifecycle-process:2.2.0'
......@@ -387,7 +387,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-beta01'
androidTestImplementation 'androidx.work:work-testing:2.5.0-beta02'
androidTestImplementation "io.mockk:mockk-android:1.10.2"
debugImplementation 'androidx.fragment:fragment-testing:1.2.5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment