fix(deps): update dependency androidx.compose.foundation:foundation to v1.7.1 (#959)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-13 18:07:12 +00:00
committed by GitHub
parent b56cf97b94
commit 00d24516eb

View File

@@ -16,7 +16,7 @@ kotlin {
val commonMain by getting {
dependencies {
api("androidx.compose.runtime:runtime:1.6.8")
api("androidx.compose.foundation:foundation:1.6.8")
api("androidx.compose.foundation:foundation:1.7.1")
api("androidx.compose.material:material:1.6.8")
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
}