From b1fbc6bc5677c9d7f0bb2cdb3212dfd95b192c68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 07:02:11 +0000 Subject: [PATCH] fix(deps): update dependency androidx.hilt:hilt-navigation-compose to v1.2.0 (#803) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d1d56d81..c4d827ca 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -137,7 +137,7 @@ dependencies { implementation("androidx.hilt:hilt-work:1.0.0") // When using Kotlin. kapt("androidx.hilt:hilt-compiler:1.2.0") - implementation("androidx.hilt:hilt-navigation-compose:1.0.0") + implementation("androidx.hilt:hilt-navigation-compose:1.2.0") // zxing library