From d5c9c912f0823c0ca05227c97e322d17a21c27e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:00:14 +0100 Subject: [PATCH] Update dependency androidx.navigation:navigation-compose to v2.8.5 (#204) 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 dd93cac..bd11450 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ androidTools = "31.7.2" hilt = "2.52" androidx-hilt = "1.2.0" -navigation = "2.8.3" +navigation = "2.8.5" lifecycle = "2.8.7" work = "2.9.1" appcompat = "1.7.0"