We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547791a commit d1fe11bCopy full SHA for d1fe11b
buildSrc/src/main/kotlin/deps.kt
@@ -34,7 +34,7 @@ object deps {
34
const val activityCompose = "androidx.activity:activity-compose:1.6.1"
35
36
object navigation {
37
- const val version = "2.5.2"
+ const val version = "2.7.1"
38
const val compose = "androidx.navigation:navigation-compose:$version"
39
}
40
0 commit comments