Skip to content

Commit

Permalink
moved m3 to Compose BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurupreet Singh committed May 11, 2023
1 parent 37f16b2 commit fc6f215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Reply/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ dependencies {
implementation(libs.androidx.compose.ui.tooling.preview)
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")
implementation(libs.androidx.compose.material3)
implementation("com.google.accompanist:accompanist-adaptive:0.26.2-beta")

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

0 comments on commit fc6f215

Please sign in to comment.