Skip to content

Commit

Permalink
Bump androidx.compose.material3:material3 from 1.1.1 to 1.1.2 (#582)
Browse files Browse the repository at this point in the history
Bumps androidx.compose.material3:material3 from 1.1.1 to 1.1.2.

---
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 Sep 23, 2023
1 parent f8807c0 commit bde7b16
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.1"
implementation "androidx.compose.material3:material3:1.1.2"
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 bde7b16

Please sign in to comment.