From 2461e5800fc5512201a628edb1cfab351d169081 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:21:28 +0000 Subject: [PATCH] chore(deps): update dependency androidx.compose.ui:ui-test-junit4 to v1.6.4 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 155aafb..2532f96 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -238,7 +238,7 @@ dependencies { androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") androidTestImplementation(platform("androidx.compose:compose-bom:2024.02.02")) - androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.3") + androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.4") debugImplementation("androidx.compose.ui:ui-tooling:1.6.3") debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.3") }