From bce7c07846853071bc86aa1e8ea073d6ac71c97d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 08:24:50 +0530 Subject: [PATCH] fix(deps): update dependency androidx.compose.ui:ui to v1.4.1 (#428) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f673439d..a054c068 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,7 +104,7 @@ ruler { dependencies { api project(":common") - implementation "androidx.compose.ui:ui:1.4.0" + implementation "androidx.compose.ui:ui:1.4.1" implementation "androidx.compose.ui:ui-tooling-preview:1.4.0" implementation 'androidx.activity:activity-compose:1.7.0' implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1"