From d3805237910daa9b49ae6ef99f0a6fbd15ffc83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:59:00 +0000 Subject: [PATCH] Bump androidx.hilt:hilt-navigation-compose from 1.1.0 to 1.2.0 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] --- WooCommerce/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WooCommerce/build.gradle b/WooCommerce/build.gradle index b022c27933fc..6433a810761e 100644 --- a/WooCommerce/build.gradle +++ b/WooCommerce/build.gradle @@ -440,7 +440,7 @@ dependencies { implementation 'androidx.compose.ui:ui-text-google-fonts' implementation 'androidx.navigation:navigation-compose' - implementation 'androidx.hilt:hilt-navigation-compose:1.1.0' + implementation 'androidx.hilt:hilt-navigation-compose:1.2.0' implementation 'androidx.constraintlayout:constraintlayout-compose:1.0.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2' implementation "com.google.accompanist:accompanist-swiperefresh:$composeAccompanistVersion"