Skip to content

Commit 8c282da

Browse files
chore(deps): bump androidx.compose.material:material from 1.7.0-alpha08 to 1.7.0-beta01 in /snippets (#1590)
chore(deps): bump androidx.compose.material:material in /snippets Bumps androidx.compose.material:material from 1.7.0-alpha08 to 1.7.0-beta01. --- 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>
1 parent 8a528e0 commit 8c282da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/app-compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation 'androidx.core:core-ktx:1.13.1'
5151
implementation 'androidx.appcompat:appcompat:1.6.1'
5252
implementation "androidx.compose.foundation:foundation:1.7.0-beta01"
53-
implementation "androidx.compose.material:material:1.7.0-alpha08"
53+
implementation "androidx.compose.material:material:1.7.0-beta01"
5454
implementation 'com.google.android.material:material:1.12.0'
5555
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5656
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'

snippets/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
implementation 'androidx.core:core-ktx:1.13.1'
5656
implementation 'androidx.appcompat:appcompat:1.6.1'
5757
implementation "androidx.compose.foundation:foundation:1.7.0-beta01"
58-
implementation "androidx.compose.material:material:1.7.0-alpha08"
58+
implementation "androidx.compose.material:material:1.7.0-beta01"
5959
implementation 'com.google.android.material:material:1.12.0'
6060
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6161
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'

0 commit comments

Comments
 (0)