diff --git a/example/build.gradle b/example/build.gradle index 29725ed4..6629d506 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -45,5 +45,5 @@ dependencies { implementation project(path: ':eppo') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' }