Skip to content

Commit

Permalink
Update pinned material-icons-extended to the latest version (#5247)
Browse files Browse the repository at this point in the history
## Release Notes
N/A
  • Loading branch information
MatkovIvan authored Feb 27, 2025
1 parent 1508308 commit a2e7825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ abstract class ComposePlugin : Plugin<Project> {
val uiTooling get() = composeDependency("org.jetbrains.compose.ui:ui-tooling")
val uiUtil get() = composeDependency("org.jetbrains.compose.ui:ui-util")
val preview get() = composeDependency("org.jetbrains.compose.ui:ui-tooling-preview")
val materialIconsExtended get() = "org.jetbrains.compose.material:material-icons-extended:1.7.0-rc01"
val materialIconsExtended get() = "org.jetbrains.compose.material:material-icons-extended:1.7.3"
val components get() = CommonComponentsDependencies
@Deprecated("Use compose.html", replaceWith = ReplaceWith("html"))
val web: WebDependencies get() = WebDependencies
Expand Down

0 comments on commit a2e7825

Please sign in to comment.