Skip to content

Commit cd46777

Browse files
fix(deps): update dependency androidx.navigation:navigation-compose to v2.7.6
1 parent 547791a commit cd46777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ object deps {
3434
const val activityCompose = "androidx.activity:activity-compose:1.6.1"
3535

3636
object navigation {
37-
const val version = "2.5.2"
37+
const val version = "2.7.6"
3838
const val compose = "androidx.navigation:navigation-compose:$version"
3939
}
4040
}

0 commit comments

Comments
 (0)