diff --git a/timelineview/build.gradle.kts b/timelineview/build.gradle.kts index d45955e..491be33 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.2.1") - androidTestImplementation("androidx.test.espresso:espresso-core:3.6.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")