From b1309c18a48c6a75653b12f9514ca274dff4246b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:04:59 +0000 Subject: [PATCH] Update compose_ui_version --- 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 18ac0547..cffbdc3e 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.2.0" val ktor = "3.0.1" -val compose_ui_version = "1.7.4" +val compose_ui_version = "1.7.7" dependencies { implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfit") implementation("io.ktor:ktor-client-serialization:$ktor")