From c30a128284ce4a9aaa8055d58d15e92800aac7d2 Mon Sep 17 00:00:00 2001 From: "Kevin .M. Gitonga" Date: Tue, 12 Jul 2022 06:40:08 +0300 Subject: [PATCH] Add dependency for "androidx.work:work-testing" on androidTestImplementation to fix breaking UI tests. (#4423) --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 3900e0b93a6..af0c490cec8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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',