From f9c1bc62748ddf505fb95c76bcc5a3b902c25e15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:21:53 +0100 Subject: [PATCH] Update Update Androidx to v1.6.4 (#323) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bbc10f6..da2bd61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,10 +87,10 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.activity:activity-compose:1.8.2' - def compose = "1.6.2" + def compose = "1.6.4" implementation "androidx.compose.ui:ui:$compose" - implementation "androidx.compose.foundation:foundation:1.6.2" - implementation "androidx.compose.material:material:1.6.2" + implementation "androidx.compose.foundation:foundation:1.6.4" + implementation "androidx.compose.material:material:1.6.4" implementation "androidx.compose.ui:ui-tooling:$compose" implementation 'androidx.appcompat:appcompat:1.6.1'