Skip to content

Commit

Permalink
chore(deps): bump androidx.compose.material:material from 1.7.0-beta0…
Browse files Browse the repository at this point in the history
…1 to 1.7.0-beta02 in /snippets (#1618)

chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-beta01 to 1.7.0-beta02.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 735598a commit 2fec8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/app-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "androidx.compose.foundation:foundation:1.7.0-beta01"
implementation "androidx.compose.material:material:1.7.0-beta01"
implementation "androidx.compose.material:material:1.7.0-beta02"
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
Expand Down
2 changes: 1 addition & 1 deletion snippets/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "androidx.compose.foundation:foundation:1.7.0-beta01"
implementation "androidx.compose.material:material:1.7.0-beta01"
implementation "androidx.compose.material:material:1.7.0-beta02"
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
Expand Down

0 comments on commit 2fec8c9

Please sign in to comment.