From f7baca0d7c8c6df611debef2a5c9f9d8fdb6907c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:51:28 +0000 Subject: [PATCH] Update Update Androidx --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 26c9fb1..36dd5e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,11 +76,11 @@ dependencies { implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.activity:activity-compose:1.9.3' - def compose = "1.7.5" + def compose = "1.7.6" implementation "androidx.compose.ui:ui:$compose" - implementation "androidx.compose.foundation:foundation:1.7.5" - implementation "androidx.compose.material:material:1.7.5" - implementation "androidx.compose.material:material-icons-core:1.7.5" + implementation "androidx.compose.foundation:foundation:1.7.6" + implementation "androidx.compose.material:material:1.7.6" + implementation "androidx.compose.material:material-icons-core:1.7.6" 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.5' - def nav_version = "2.8.4" + def nav_version = "2.8.5" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version"