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>
This commit is contained in:
renovate[bot]
2025-02-21 09:57:42 +05:30
committed by GitHub
parent c8fc015709
commit 0b337da9e5

View File

@@ -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")
}