From 50e91e8a636e081a59c712f4274296fa02edd5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:19:57 +0000 Subject: [PATCH] Bump foundation from 1.2.0 to 1.2.1 Bumps foundation from 1.2.0 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 3a772f7d2..32b37edfc 100644 --- a/settings.gradle +++ b/settings.gradle @@ -39,7 +39,7 @@ dependencyResolutionManagement { library("compose-viewmodel", "androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1") library("compose-compiler", "androidx.compose.compiler:compiler:1.2.0") - library("compose-foundation", "androidx.compose.foundation:foundation:1.2.0") + library("compose-foundation", "androidx.compose.foundation:foundation:1.2.1") library("compose-foundationLayout", "androidx.compose.foundation:foundation-layout:1.2.0") library("compose-ui", "androidx.compose.ui:ui:1.2.0") library("compose-uiTooling", "androidx.compose.ui:ui-tooling:1.2.0")