From c5e8dc2cf6416f274ce13a062f5ed9242834455a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:10:19 +0000 Subject: [PATCH] chore(deps): bump androidx.compose.material:material from 1.7.0-beta03 to 1.7.0-beta04 in /snippets (#1659) chore(deps): bump androidx.compose.material:material in /snippets Bumps androidx.compose.material:material from 1.7.0-beta03 to 1.7.0-beta04. --- updated-dependencies: - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index e5fdd206..1ff5e910 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.compose.foundation:foundation:1.7.0-beta03" - implementation "androidx.compose.material:material:1.7.0-beta03" + implementation "androidx.compose.material:material:1.7.0-beta04" 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' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index d80557ee..18853a49 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.compose.foundation:foundation:1.7.0-beta03" - implementation "androidx.compose.material:material:1.7.0-beta03" + implementation "androidx.compose.material:material:1.7.0-beta04" 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'