diff --git a/exampleapp/build.gradle b/exampleapp/build.gradle index e00db1cd..cd785495 100644 --- a/exampleapp/build.gradle +++ b/exampleapp/build.gradle @@ -38,5 +38,5 @@ dependencies { androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5" androidTestUtil "androidx.test.services:test-services:1.5.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" + androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" }