Skip to content

Commit

Permalink
Bump androidx.navigation:navigation-compose from 2.5.3 to 2.7.7
Browse files Browse the repository at this point in the history
Bumps androidx.navigation:navigation-compose from 2.5.3 to 2.7.7.

---
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 Feb 16, 2024
1 parent 3bbc2db commit a6a5b55
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 @@ -87,7 +87,7 @@ dependencies {
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$compose_version")
debugImplementation("androidx.compose.ui:ui-tooling:$compose_version")
debugImplementation("androidx.compose.ui:ui-test-manifest:$compose_version")
implementation("androidx.navigation:navigation-compose:2.5.3")
implementation("androidx.navigation:navigation-compose:2.7.7")

// Retrofit
implementation("com.squareup.retrofit2:retrofit:2.9.0")
Expand Down

0 comments on commit a6a5b55

Please sign in to comment.