WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit acaf27e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
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.0"
3838
const val compose = "androidx.navigation:navigation-compose:$version"
3939
}
4040
}

0 commit comments

Comments
 (0)