Skip to content

Commit 473a3fb

Browse files
authored
Merge pull request #51 from joreilly/renovate/androidx.compose.material3-material3-1.x
Update dependency androidx.compose.material3:material3 to v1.2.0
2 parents 64ee87e + e4b26e1 commit 473a3fb

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)