From 508902bcf5d42d0d8aff5518b3f6ac5d9c179de9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:43:12 +0100 Subject: [PATCH] fix(deps): update androidx.compose.ui to v1.6.1 (#660) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 540564a9..3be1696a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ android-plugin = "8.2.2" androidx-activity = "1.8.2" androidx-appcompat = "1.6.1" androidx-compose-material3 = "1.2.0-rc01" -androidx-compose-ui = "1.6.0" +androidx-compose-ui = "1.6.1" androidx-constraintlayout = "2.1.4" androidx-core = "1.12.0" androidx-hilt = "1.1.0"