From 6d675906c27397e62df867e100fa004a674f41f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:11:05 +0000 Subject: [PATCH] chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha08 to 1.7.0-beta01 in /snippets (#1591) chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-alpha08 to 1.7.0-beta01. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation 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 75ed3c16..ef90dc9f 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation "androidx.compose.foundation:foundation:1.7.0-alpha08" + implementation "androidx.compose.foundation:foundation:1.7.0-beta01" implementation "androidx.compose.material:material:1.7.0-alpha08" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index d49801cc..509cc0e7 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation "androidx.compose.foundation:foundation:1.7.0-alpha08" + implementation "androidx.compose.foundation:foundation:1.7.0-beta01" implementation "androidx.compose.material:material:1.7.0-alpha08" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'