From 0b337da9e5e008b2ebd89fe5fbf495f84c53ca12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:57:42 +0530 Subject: [PATCH] fix(deps): update dependency androidx.compose.foundation:foundation to v1.7.8 (#1086) 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 ff208826..a54dbc7e 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.7") - api("androidx.compose.foundation:foundation:1.7.7") + api("androidx.compose.foundation:foundation:1.7.8") api("androidx.compose.material:material:1.7.7") implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0") }