From 771c5603d41cb9a1e3ae854115806fae8fc62230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:05:02 +0000 Subject: [PATCH] chore(deps): bump androidx.hilt:hilt-navigation-compose Bumps androidx.hilt:hilt-navigation-compose from 1.1.0 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.hilt:hilt-navigation-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/example-clientlib-ktx-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-clientlib-ktx-app/app/build.gradle b/examples/example-clientlib-ktx-app/app/build.gradle index 948f8d415..145fba432 100644 --- a/examples/example-clientlib-ktx-app/app/build.gradle +++ b/examples/example-clientlib-ktx-app/app/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0' implementation 'androidx.activity:activity-compose:1.8.2' - implementation "androidx.hilt:hilt-navigation-compose:1.1.0" + implementation "androidx.hilt:hilt-navigation-compose:1.2.0" implementation "com.google.dagger:hilt-android:2.50" kapt "com.google.dagger:hilt-compiler:2.50"