From f4d9a25b231118f27543e5c921ea4e45a1799eaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:26:18 +0000 Subject: [PATCH] fix(deps): 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 d941da2f..85d327fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ androidx-documentfile = { module = "androidx.documentfile:documentfile", version androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.7.0" } androidx-exifinterface = { module = "androidx.exifinterface:exifinterface", version = "1.4.2" } androidx-foundation = { module = "androidx.compose.foundation:foundation" } -androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.3.0" } +androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.4.0" } androidx-hilt-work = { module = "androidx.hilt:hilt-work", version = "1.3.0" } androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version = "1.3.0" } androidx-junit = { module = "androidx.test.ext:junit", version = "1.3.0" }