diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a3a9f3b..c2f4ec8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,10 +6,10 @@ [versions] agp = "8.13.2" kotlin = "2.4.10" -coreKtx = "1.18.0" +coreKtx = "1.19.0" lifecycle = "2.10.0" activityCompose = "1.13.0" -fragment = "1.8.9" +fragment = "1.9.0" compose = "1.11.4" # 1.4.0 stable compiles MaterialExpressiveTheme / MotionScheme as `internal`, # so the Expressive API is not reachable there. alpha18 is the newest build that @@ -22,7 +22,7 @@ playServicesWearable = "20.0.1" datastore = "1.2.1" serialization = "1.9.0" coroutines = "1.11.0" -navigationCompose = "2.9.8" +navigationCompose = "2.10.0" splashscreen = "1.2.0" junit = "4.13.2"