From a020e364f72e387d2f2d3357550d6af220191812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:07:11 +0000 Subject: [PATCH] chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-rc01 to 1.8.0-alpha04. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- snippets/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/gradle/libs.versions.toml b/snippets/gradle/libs.versions.toml index 53326eaca..03d670824 100644 --- a/snippets/gradle/libs.versions.toml +++ b/snippets/gradle/libs.versions.toml @@ -5,7 +5,7 @@ junitVersion = "1.2.1" kotlin = "2.0.0" coreKtx = "1.13.1" appCompat = "1.7.0" -composeFoundation = "1.7.0-rc01" +composeFoundation = "1.8.0-alpha04" composeMaterial = "1.7.0-rc01" mapsKtx = "5.1.1" material = "1.12.0"