Skip to content

Commit

Permalink
added 1.1.0 material reelase
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurupreet Singh committed May 10, 2023
1 parent 4679fd3 commit ac23e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reply/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
debugImplementation(libs.androidx.compose.ui.tooling)

// Waiting for Compose BOM to contain m3 1.1.0 release
implementation("androidx.compose.material3:material3:1.1.0-rc01")
implementation("androidx.compose.material3:material3:1.1.0")
implementation("com.google.accompanist:accompanist-adaptive:0.26.2-beta")

implementation(libs.androidx.compose.materialWindow)
Expand Down

0 comments on commit ac23e0d

Please sign in to comment.