From bd4123fbef4d13c88fd4a66e31f8b7d440a6ca00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:45:01 +0000 Subject: [PATCH] Update dependency androidx.compose.ui:ui-test-junit4 to v1.11.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 c6af5483e5..7270d1ba66 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -354,7 +354,7 @@ dependencies { // tests testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0") - androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.11.2") + androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.11.4") debugImplementation("androidx.compose.ui:ui-test-manifest") testImplementation("junit:junit:4.13.2")