From 40484d2f6e90ba6fd4531f3a78b918c10ad47b91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 20:00:26 +0800 Subject: [PATCH] fix(deps): update dependency androidx.navigation:navigation-compose to v2.9.5 (#5985) 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 6d4a8c0ccf..9b343d39db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ kotlinxSerialization = "1.8.1" libsu = "6.0.0" lifecycle = "2.9.4" materialMotionCompose = "1.2.1" -navigationCompose = "2.9.3" +navigationCompose = "2.9.5" okhttp = "5.1.0" palette = "1.0.0" persianDate = "1.7.1"