From 2379aeacee4f2bd578fc8808d043fc874ec02dbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:41:41 +0000 Subject: [PATCH] fix(deps): update dependency androidx.hilt:hilt-navigation-compose to v1.3.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..6ffccc6b 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.3.0" junit = "4.13.2" leakcanaryAndroid = "2.12" lifecycle-runtime-ktx = "2.6.2"