diff --git a/app/build.gradle.kts b/app/build.gradle.kts index de257f58..c730b8b2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -97,7 +97,7 @@ dependencies { // Testing utilities testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") testImplementation("org.mockito:mockito-core:5.13.0") // Basic Android stuff