From 3245ec20088e474d81cc7495d40623cd0e4cd421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 08:19:43 +0200 Subject: [PATCH] Update compose_ui_version to v1.7.4 (#708) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/AndroidOnlyExample/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/AndroidOnlyExample/app/build.gradle.kts b/example/AndroidOnlyExample/app/build.gradle.kts index 7c0d64aba..96af73733 100644 --- a/example/AndroidOnlyExample/app/build.gradle.kts +++ b/example/AndroidOnlyExample/app/build.gradle.kts @@ -54,7 +54,7 @@ tasks.withType().configureEach val ktorfit = "2.0.0" val ktor = "2.3.11" -val compose_ui_version = "1.7.3" +val compose_ui_version = "1.7.4" dependencies { implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfit") implementation("io.ktor:ktor-client-serialization:$ktor")