Skip to content

Commit

Permalink
chore(deps): update nav_version to v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and andrekir committed Dec 13, 2023
1 parent 0c22951 commit c03cf5c
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 @@ -170,7 +170,7 @@ dependencies {
ksp "com.google.dagger:hilt-compiler:$hilt_version"

// Navigation
def nav_version = "2.7.5"
def nav_version = "2.7.6"
implementation "androidx.navigation:navigation-compose:$nav_version"
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"

Expand Down

0 comments on commit c03cf5c

Please sign in to comment.