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.4
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 842cc48 commit 5073cd0
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.6.8" }
material = { module = "androidx.compose.material:material", version = "1.7.4" }
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 5073cd0

Please sign in to comment.