From 0cf1467ca6894e604bbef0cde43dc2d25ff5ab7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:39:39 +0000 Subject: [PATCH] Update dependency androidx.compose.ui:ui-test-junit4 to v1.7.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 341bf2097..c9b12f268 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -316,7 +316,7 @@ dependencies { debugImplementation("androidx.compose.ui:ui-tooling") //tests - androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.2") + androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.3") debugImplementation("androidx.compose.ui:ui-test-manifest") testImplementation 'junit:junit:4.13.2'