From 1a5a2c27200818a5187216a4aaa0dfa11fe425a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:57:52 +0000 Subject: [PATCH] chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-beta04 to 1.7.0-beta05. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- snippets/app-compose/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 333e2ae1b..cb884f1cb 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.compose.foundation:foundation:1.7.0-beta04" + implementation "androidx.compose.foundation:foundation:1.7.0-beta05" 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'