From 7e8aaf90376feb189e1201e86c0b6749ba597b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:28:09 +0800 Subject: [PATCH] Update dependency androidx.navigation:navigation-compose to v2.8.1 (#4840) 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 b4f8909e71d..feb68fb2726 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.0" + implementation "androidx.navigation:navigation-compose:2.8.1" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.slice:slice-core:1.1.0-alpha02"