Skip to content

Commit e3a6676

Browse files
authored
Pic graphics-shapes to 1.0.0-alpha09 in material3 module (#2242)
Update dependencies in material3/build.gradle: replace local graphics-shapes with `org.jetbrains.androidx.graphics:graphics-shapes:1.0.0-alpha09`. ## Release Notes N/A
1 parent 0d3da1e commit e3a6676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/material3/material3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if(AndroidXComposePlugin.isMultiplatformEnabled(project)) {
104104
api("org.jetbrains.compose.runtime:runtime:1.8.1")
105105
api("org.jetbrains.compose.ui:ui-graphics:1.8.1")
106106
api("org.jetbrains.compose.ui:ui-text:1.8.1")
107-
api(project(":graphics:graphics-shapes"))
107+
api("org.jetbrains.androidx.graphics:graphics-shapes:1.0.0-alpha09")
108108

109109
implementation("org.jetbrains.compose.ui:ui-util:1.8.1")
110110
implementation("org.jetbrains.compose.ui:ui-backhandler:1.8.1")

0 commit comments

Comments
 (0)