Skip to content

Commit

Permalink
Bump androidx.hilt:hilt-navigation-compose from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps androidx.hilt:hilt-navigation-compose from 1.0.0 to 1.1.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent de0a4b7 commit 923532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
// AndroidX Hilt (dependency injection)
implementation "com.google.dagger:hilt-android:$hilt_version"
ksp "com.google.dagger:hilt-compiler:$hilt_version"
implementation "androidx.hilt:hilt-navigation-compose:1.0.0"
implementation "androidx.hilt:hilt-navigation-compose:1.1.0"

// Coil (image loading)
implementation("io.coil-kt:coil:$coil_version")
Expand Down

0 comments on commit 923532d

Please sign in to comment.