Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose.foundation:foundation t…
Browse files Browse the repository at this point in the history
…o v1.7.7 (#1068)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent d440577 commit 8e53fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlin {
val commonMain by getting {
dependencies {
api("androidx.compose.runtime:runtime:1.7.6")
api("androidx.compose.foundation:foundation:1.7.6")
api("androidx.compose.foundation:foundation:1.7.7")
api("androidx.compose.material:material:1.7.6")
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
}
Expand Down

0 comments on commit 8e53fbc

Please sign in to comment.