From 94f30ef5409980294f20169aa4ac0a8f809339c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:28:06 +0000 Subject: [PATCH] chore(deps): update androidx.hilt:hilt-navigation-compose to v1.3.0 (#3068) 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 36ea7ca90..ad441026d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ espresso-core = "3.7.0" firebase-bom = "34.2.0" google-services = "4.4.3" hilt = "2.57.1" -hilt-navigation-compose = "1.2.0" +hilt-navigation-compose = "1.3.0" junit = "4.13.2" junit-version = "1.3.0" kotlin = "2.2.20"