From e1556636d06afd3a7cca18e90ac6f7a3ae65744c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 01:13:30 +0000 Subject: [PATCH] build(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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4afb04..f53b26f 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { paging_runtime = '3.2.0-alpha01' navigation = '2.7.7' activity = "1.8.2" - hilt_navigation_compose = "1.1.0" + hilt_navigation_compose = "1.2.0" jsoup = "1.17.2" data_store = "1.0.0" coreKTX = "1.12.0"