From 517bed7ad734326c7c194971193a595e4c95d16f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:49:38 +0000 Subject: [PATCH] fix(deps): update androidxui to v1.6.2 --- 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 0dcafc6..f4bdc43 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ androidxLifecycle = "2.6.2" androidxPalette = "1.0.0" androidxTestExt = "1.1.5" androidxTestCore = "1.5.0" -androidxUi = "1.4.3" +androidxUi = "1.6.2" colorPicker = "0.7.0" firebaseBom = "32.2.3" firebaseCrashlyticsPlugin = "2.9.9"