From c3a94a1e9dd698894a8538caefeecaf368538dfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:59:28 +0800 Subject: [PATCH] Update dependency androidx.navigation:navigation-compose to v2.8.0-beta02 (#4436) 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 0787740374..0c77d2acd0 100644 --- a/build.gradle +++ b/build.gradle @@ -380,7 +380,7 @@ dependencies { implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.activity:activity-compose:1.9.0" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.1" - implementation "androidx.navigation:navigation-compose:2.8.0-beta01" + implementation "androidx.navigation:navigation-compose:2.8.0-beta02" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.slice:slice-core:1.1.0-alpha02" def accompanistVersion = '0.34.0'