Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose.material:material to v1…
Browse files Browse the repository at this point in the history
….7.5 (#1958)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 227ae71 commit 0c38719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/compose.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lifecycle = "androidx.lifecycle:lifecycle-runtime-compose:2.8.6"
ui = { module = "androidx.compose.ui:ui", version.ref = "compose_version" }
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose_version" }
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose_version" }
material = { module = "androidx.compose.material:material", version = "1.7.4" }
material = { module = "androidx.compose.material:material", version = "1.7.5" }
material-icons-core = { module = "androidx.compose.material:material-icons-core", version.ref = "compose_version" }
material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose_version" }

Expand Down

0 comments on commit 0c38719

Please sign in to comment.