From 095b4b071a5571ed1c822a422957bea77b5db931 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:34:36 +0000 Subject: [PATCH] fix(deps): update androidxui to v1.5.4 --- 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 69ac926..aeab3ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ androidxLifecycle = "2.6.1" androidxPalette = "1.0.0" androidxTestExt = "1.1.5" androidxTestCore = "1.5.0" -androidxUi = "1.4.3" +androidxUi = "1.5.4" colorPicker = "0.7.0" firebaseBom = "32.2.3" firebaseCrashlyticsPlugin = "2.9.7"