diff --git a/app/build.gradle b/app/build.gradle index 041765a..c00bcfb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,5 +67,5 @@ dependencies { implementation "androidx.legacy:legacy-support-v4:1.0.0" testImplementation "junit:junit:4.13.2" androidTestImplementation "androidx.test.ext:junit:1.1.3" - androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" }