diff --git a/app/build.gradle b/app/build.gradle index 2dc056adb..b5187c69c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,6 +45,6 @@ dependencies { androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1" androidTestImplementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.3.1" androidTestUtil "androidx.test.services:test-services:1.5.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" - androidTestImplementation "androidx.test.espresso:espresso-intents:3.6.1" + androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0" + androidTestImplementation "androidx.test.espresso:espresso-intents:3.7.0" }