From 3af16e9b71c8e9bbd75000448533eb4adb3ad671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:45:59 +0000 Subject: [PATCH] Update dependency androidx.compose.foundation:foundation to v1.7.4 --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index ae1e2a4ec..879f8a0ab 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -16,7 +16,7 @@ kotlin { val commonMain by getting { dependencies { api("androidx.compose.runtime:runtime:1.7.2") - api("androidx.compose.foundation:foundation:1.7.2") + api("androidx.compose.foundation:foundation:1.7.4") api("androidx.compose.material:material:1.7.2") implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0") }