From eae2242bffe89c528f9f4d949815bed96a4fa64e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:40:36 +0530 Subject: [PATCH] Update dependency androidx.compose.foundation:foundation to v1.8.3 (#1200) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 5c6af31e..8ab0f4a8 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.8.3") - api("androidx.compose.foundation:foundation:1.8.1") + api("androidx.compose.foundation:foundation:1.8.3") api("androidx.compose.material:material:1.8.1") implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0") }