Skip to content

Commit

Permalink
fix(deps): update dependency androidx.hilt:hilt-navigation-compose to…
Browse files Browse the repository at this point in the history
… v1.2.0 (#803)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent 10aabc5 commit b1fbc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ dependencies {
implementation("androidx.hilt:hilt-work:1.0.0")
// When using Kotlin.
kapt("androidx.hilt:hilt-compiler:1.2.0")
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")
implementation("androidx.hilt:hilt-navigation-compose:1.2.0")


// zxing library
Expand Down

0 comments on commit b1fbc6b

Please sign in to comment.