Skip to content

Commit

Permalink
Update material3Version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 4810e40 commit cbf96d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
implementation("androidx.compose.material:material:$composeLibsVersion")
implementation("androidx.compose.material:material-icons-extended:$composeLibsVersion")
//material3
val material3Version = "1.1.2"
val material3Version = "1.2.0"
implementation("androidx.compose.material3:material3:$material3Version")
implementation("androidx.compose.material3:material3-window-size-class:$material3Version")
//compose navigation
Expand Down

0 comments on commit cbf96d8

Please sign in to comment.