diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c4a362b..f5d7cd3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.1.4") 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") implementation("com.google.code.gson:gson:2.11.0") implementation("androidx.activity:activity-ktx:1.9.1")