Skip to content

Commit e4b26e1

Browse files
Update dependency androidx.compose.material3:material3 to v1.2.0
1 parent 5754179 commit e4b26e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ kotlin {
7171

7272
androidMain.dependencies {
7373
// workaround for https://github.com/JetBrains/compose-multiplatform/issues/4157
74-
implementation("androidx.compose.material3:material3:1.2.0-rc01")
74+
implementation("androidx.compose.material3:material3:1.2.0")
7575
implementation(libs.compose.ui.tooling.preview)
7676
implementation(libs.androidx.activity.compose)
7777

0 commit comments

Comments
 (0)