From 30c4164d6c293b6396bedfefcfdc275b316c0611 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:33:12 +0000 Subject: [PATCH] Update Update Androidx --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cfec449..a37735e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,12 +75,12 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.activity:activity-compose:1.9.2' - def compose = "1.7.3" + implementation 'androidx.activity:activity-compose:1.9.3' + def compose = "1.7.4" implementation "androidx.compose.ui:ui:$compose" - implementation "androidx.compose.foundation:foundation:1.7.3" - implementation "androidx.compose.material:material:1.7.3" - implementation "androidx.compose.material:material-icons-core:1.7.3" + implementation "androidx.compose.foundation:foundation:1.7.4" + implementation "androidx.compose.material:material:1.7.4" + implementation "androidx.compose.material:material-icons-core:1.7.4" implementation "androidx.compose.ui:ui-tooling:$compose" implementation 'androidx.appcompat:appcompat:1.7.0' @@ -89,7 +89,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle" implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle" implementation 'androidx.fragment:fragment-ktx:1.8.4' - def nav_version = "2.8.2" + def nav_version = "2.8.3" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version"