Update dependency androidx.compose.foundation:foundation to v1.7.5 (#997)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-26 13:24:34 +00:00
committed by GitHub
parent 8b08737a6d
commit 4f6fc0f9da

View File

@@ -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.5")
api("androidx.compose.material:material:1.7.2")
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
}