From 86ca755d03f50dd95c5edcf3c4645645327455da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:46:41 +0800 Subject: [PATCH] fix(deps): update dependency androidx.navigation:navigation-compose to v2.8.4 (#4997) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 69c46e9f18..4a9cb64faf 100644 --- a/build.gradle +++ b/build.gradle @@ -388,7 +388,7 @@ dependencies { implementation 'androidx.compose.material3:material3-window-size-class' implementation "androidx.activity:activity-compose:1.9.3" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7" - implementation "androidx.navigation:navigation-compose:2.8.3" + implementation "androidx.navigation:navigation-compose:2.8.4" implementation "androidx.constraintlayout:constraintlayout:2.2.0" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.slice:slice-core:1.1.0-alpha02"