From 3b8f119b66d7e16c6bd469bc0e5fbe6ec0903250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 03:08:47 +0000 Subject: [PATCH] Update dependency androidx.hilt:hilt-navigation-compose to v1.4.0 --- 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 3067f091..7fee0c1a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ espresso-core = "3.6.1" google-gson = "2.10.1" gradle = "8.9.0" hiltAndroid = "2.55" -hiltNavigationCompose = "1.0.0" +hiltNavigationCompose = "1.4.0" junit = "4.13.2" leakcanaryAndroid = "2.12" lifecycle-runtime-ktx = "2.6.2"