From 23ab02571ccd1d7d0b26482501cc47881ae09ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 18:13:50 +0000 Subject: [PATCH] Bump ui from 1.2.0 to 1.3.3 Bumps ui from 1.2.0 to 1.3.3. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui dependency-type: direct:production update-type: version-update:semver-minor ... 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..a9c869c4b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -41,7 +41,7 @@ dependencyResolutionManagement { library("compose-compiler", "androidx.compose.compiler:compiler:1.2.0") library("compose-foundation", "androidx.compose.foundation:foundation:1.2.0") library("compose-foundationLayout", "androidx.compose.foundation:foundation-layout:1.2.0") - library("compose-ui", "androidx.compose.ui:ui:1.2.0") + library("compose-ui", "androidx.compose.ui:ui:1.3.3") library("compose-uiTooling", "androidx.compose.ui:ui-tooling:1.2.0") library("compose-runtime", "androidx.compose.runtime:runtime:1.2.0") library("compose-livedata", "androidx.compose.runtime:runtime-livedata:1.2.0")