diff --git a/timelineview/build.gradle.kts b/timelineview/build.gradle.kts index c20c951..bd1c9d0 100644 --- a/timelineview/build.gradle.kts +++ b/timelineview/build.gradle.kts @@ -75,7 +75,7 @@ dependencies { // Android Instrumented Testing androidTestImplementation("androidx.test.ext:junit:1.1.5") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") androidTestImplementation(platform(libs.compose.bom)) androidTestImplementation("androidx.compose.ui:ui-test-junit4") debugImplementation("androidx.compose.ui:ui-test-manifest")