Skip to content

Commit 8a66e9c

Browse files
fix(deps): update androidx.hilt to v1.1.0 (#1114)
* fix(deps): update androidx.hilt to v1.1.0 * chore: update hilt navigation to use shared version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Troy Rijkaard <troy.rijkaard@epsyhealth.com>
1 parent 6aa1d3a commit 8a66e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ accompanist = "0.32.0"
44
android-gradle-plugin = "8.1.4"
55
androidx-espresso = "3.5.1"
66
androidx-glance = "1.0.0"
7-
androidx-hilt = "1.0.0"
7+
androidx-hilt = "1.1.0"
88
androidx-navigation = "2.7.5"
99
androidx-room = "2.6.0"
1010
coil = "2.5.0"
@@ -42,7 +42,7 @@ androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.6.
4242
androidx-glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref = "androidx-glance" }
4343
androidx-glance-material3 = { module = "androidx.glance:glance-material3", version.ref = "androidx-glance" }
4444
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
45-
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.0.0" }
45+
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
4646
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }
4747
androidx-lifecycle-extensions = { module = "androidx.lifecycle:lifecycle-extensions", version = "2.2.0" }
4848
androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version = "2.6.2" }

0 commit comments

Comments
 (0)