diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 531334c1..0de267c5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,20 +1,20 @@ [versions] -agp = "8.6.1" -kotlin = "2.0.20" -coreKtx = "1.13.1" +agp = "8.7.3" +kotlin = "2.1.0" +coreKtx = "1.15.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" -lifecycleRuntimeKtx = "2.8.6" -activityCompose = "1.9.2" -composeBom = "2024.09.02" -lifecycleViewmodelCompose = "2.8.6" -navigationRuntimeKtx = "2.8.1" -navigationCompose = "2.8.1" +lifecycleRuntimeKtx = "2.8.7" +activityCompose = "1.9.3" +composeBom = "2024.11.00" +lifecycleViewmodelCompose = "2.8.7" +navigationRuntimeKtx = "2.8.4" +navigationCompose = "2.8.4" gamesActivity = "2.0.2" # Needs to be in sync with android-activity crate -constraintlayout = "2.1.4" +constraintlayout = "2.2.0" appcompat = "1.7.0" -ktlint = "12.1.1" +ktlint = "12.1.2" uiautomator = "2.3.0" androidXTestRunner = "1.6.2" androidXTestRules = "1.6.1"