From 29c16dc314a46eaa2c6845b8150efbc1de2916b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 02:02:51 +0000 Subject: [PATCH] Update dependency androidx.hilt:hilt-navigation-compose to v1.2.0 --- 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 5f7390c..636b05f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -81,7 +81,7 @@ dependencies { implementation("com.google.dagger:hilt-android:2.44.2") kapt("com.google.dagger:hilt-android-compiler:2.44.2") kapt("androidx.hilt:hilt-compiler:1.0.0") - implementation("androidx.hilt:hilt-navigation-compose:1.0.0") + implementation("androidx.hilt:hilt-navigation-compose:1.2.0") // Coil implementation ("io.coil-kt:coil-compose:2.2.2")