Skip to content

Commit

Permalink
Bump androidx.compose.material3:material3 from 1.1.2 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps androidx.compose.material3:material3 from 1.1.2 to 1.2.0.

---
updated-dependencies:
- dependency-name: androidx.compose.material3:material3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent ac2dec4 commit 24385ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
// AndroidX Compose
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.foundation:foundation:$compose_version"
implementation "androidx.compose.material3:material3:1.1.2"
implementation "androidx.compose.material3:material3:1.2.0"
implementation "androidx.compose.material:material:$compose_version"
implementation "androidx.compose.material:material-icons-core:$compose_version"
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
Expand Down

0 comments on commit 24385ef

Please sign in to comment.