Skip to content

Commit

Permalink
Update dependency androidx.compose.material:material to v1.7.2 (#986)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent de9d784 commit 1967520
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 @@ -17,7 +17,7 @@ kotlin {
dependencies {
api("androidx.compose.runtime:runtime:1.7.1")
api("androidx.compose.foundation:foundation:1.7.2")
api("androidx.compose.material:material:1.7.1")
api("androidx.compose.material:material:1.7.2")
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
}
}
Expand Down

0 comments on commit 1967520

Please sign in to comment.