Skip to content

Commit

Permalink
fix(deps): update dependency androidx.navigation:navigation-compose t…
Browse files Browse the repository at this point in the history
…o v2.8.1
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 547791a commit 7bd98da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object deps {
const val activityCompose = "androidx.activity:activity-compose:1.6.1"

object navigation {
const val version = "2.5.2"
const val version = "2.8.1"
const val compose = "androidx.navigation:navigation-compose:$version"
}
}
Expand Down

0 comments on commit 7bd98da

Please sign in to comment.