diff --git a/app/build.gradle b/app/build.gradle index e95c1d222..92a258308 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ dependencies { testImplementation 'androidx.test:runner:1.6.2' testImplementation 'androidx.test.ext:junit:1.2.1' testImplementation 'androidx.work:work-testing:2.10.0' - testImplementation 'androidx.test.espresso:espresso-core:3.6.1' + testImplementation 'androidx.test.espresso:espresso-core:3.4' testImplementation 'androidx.test.espresso:espresso-intents:3.6.1' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' testImplementation 'io.mockk:mockk:1.12.7' @@ -46,7 +46,7 @@ dependencies { testImplementation project(path: ':commcare-core', configuration: 'testsAsJar') androidTestImplementation 'androidx.test:runner:1.6.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.ext:truth:1.6.0' androidTestImplementation 'androidx.test:rules:1.6.1'