Update dependency androidx.compose.foundation:foundation to v1.7.2 (#984)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-19 09:28:42 +05:30
committed by GitHub
parent 7fd3d4f796
commit fcd5f6a247

View File

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