diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 393d4e86..228d9511 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ appcompat = "1.7.1" # accessed in module # Before you bump this version higher than 2.8.0-alpha13 check the iOS app to make # it still works. -navigation-compose = "2.8.0-alpha13" # Make use of type-safe compose navigation +navigation-compose = "2.9.0" # Make use of type-safe compose navigation kotlinx-serializer = "1.9.0" lifecycle-viewmodel-compose = "2.9.3" kermit = "2.0.8"