From 916267952809a1af54f596a8810d7bbaee524a4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:19:13 +0000 Subject: [PATCH] chore(deps): update androidx navigation to v2.9.6 (#3625) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d5857ceaf..c639da32b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidxComposeMaterial3Adaptive = "1.2.0" androidxTracing = "1.9.4" datastore = "1.1.7" lifecycle = "2.9.4" -navigation = "2.9.5" +navigation = "2.9.6" navigation3 = "1.0.0-beta01" room = "2.8.3"