Skip to content

Commit

Permalink
Bump androidx.compose.material3:material3 from 1.2.0 to 1.2.1 (#647)
Browse files Browse the repository at this point in the history
Bumps androidx.compose.material3:material3 from 1.2.0 to 1.2.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 9, 2024
1 parent 682a511 commit a674e6b
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.2.0"
implementation "androidx.compose.material3:material3:1.2.1"
implementation "androidx.compose.material:material-icons-core:$compose_version"
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
implementation "androidx.activity:activity-compose:1.8.2"
Expand Down

0 comments on commit a674e6b

Please sign in to comment.