From 023d57279b11013e8005d88bfa17a6e271ce7e78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:52:53 +0000 Subject: [PATCH] Update Update Androidx to v1.6.3 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ee91af5..ca1b616 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.3" 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.3" + implementation "androidx.compose.material:material:1.6.3" implementation "androidx.compose.ui:ui-tooling:$compose" implementation 'androidx.appcompat:appcompat:1.6.1'