Skip to content

Commit

Permalink
fix(deps): update androidx.hilt to v1.1.0 (#1114)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and Chesire authored Nov 26, 2023
1 parent 6aa1d3a commit 8a66e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ accompanist = "0.32.0"
android-gradle-plugin = "8.1.4"
androidx-espresso = "3.5.1"
androidx-glance = "1.0.0"
androidx-hilt = "1.0.0"
androidx-hilt = "1.1.0"
androidx-navigation = "2.7.5"
androidx-room = "2.6.0"
coil = "2.5.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.6.
androidx-glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref = "androidx-glance" }
androidx-glance-material3 = { module = "androidx.glance:glance-material3", version.ref = "androidx-glance" }
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.0.0" }
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }
androidx-lifecycle-extensions = { module = "androidx.lifecycle:lifecycle-extensions", version = "2.2.0" }
androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version = "2.6.2" }
Expand Down

0 comments on commit 8a66e9c

Please sign in to comment.