Skip to content

Commit

Permalink
build(deps): bump androidx.navigation:navigation-compose
Browse files Browse the repository at this point in the history
Bumps androidx.navigation:navigation-compose from 2.6.0 to 2.7.4.

---
updated-dependencies:
- dependency-name: androidx.navigation: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 Oct 28, 2023
1 parent f06561e commit 679d3a6
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 @@ -115,7 +115,7 @@ dependencies {
"gmsImplementation"("com.google.android.play:core-ktx:1.8.1")

// Navigation
implementation("androidx.navigation:navigation-compose:2.6.0")
implementation("androidx.navigation:navigation-compose:2.7.4")
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")

// Retrofit
Expand Down

0 comments on commit 679d3a6

Please sign in to comment.