Skip to content

Commit

Permalink
Add dependency for "androidx.work:work-testing" on androidTestImpleme…
Browse files Browse the repository at this point in the history
…ntation to fix breaking UI tests. (#4423)
  • Loading branch information
KevinGitonga authored Jul 12, 2022
1 parent 3441214 commit c30a128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ dependencies {
'androidx.test.ext:junit:1.1.1',
'com.github.bumptech.glide:mocks:4.11.0',
'com.google.truth:truth:1.1.3',
'androidx.work:work-testing:2.4.0',
'com.google.truth.extensions:truth-liteproto-extension:1.1.3',
'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.2.2',
'org.mockito:mockito-android:2.7.22',
Expand Down

0 comments on commit c30a128

Please sign in to comment.