From 1319b9831e0811e165f4dda7b205fbb1c78c5b3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:50:15 +0000 Subject: [PATCH] Update dependency androidx.navigation:navigation-compose to v2.8.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f99dc00873d..35d7b2417b8 100644 --- a/build.gradle +++ b/build.gradle @@ -382,7 +382,7 @@ dependencies { implementation 'androidx.compose.material3:material3-window-size-class' implementation "androidx.activity:activity-compose:1.9.2" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6" - implementation "androidx.navigation:navigation-compose:2.8.1" + implementation "androidx.navigation:navigation-compose:2.8.2" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.slice:slice-core:1.1.0-alpha02"