Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23930868 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

update workManager test api's version

parent dcc112a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,6 +86,6 @@ dependencies {
    testImplementation 'androidx.test:rules:1.4.0'
    testImplementation 'junit:junit:4.12'
    testImplementation 'org.robolectric:robolectric:4.8.1'
    testImplementation('org.mockito:mockito-inline:3.4.0')
    testImplementation 'androidx.work:work-testing:2.0.1'
    testImplementation 'org.mockito:mockito-inline:3.4.0'
    testImplementation "androidx.work:work-testing:$work_version"
}