diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c11b38ee..a180b511 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,15 +5,15 @@ coreKtx = "1.13.1" junit = "4.13.2" junitVersion = "1.1.5" espressoCore = "3.5.1" -lifecycleRuntimeKtx = "2.8.0" +lifecycleRuntimeKtx = "2.8.1" activityCompose = "1.9.0" composeBom = "2024.05.00" -lifecycleViewmodelCompose = "2.8.0" +lifecycleViewmodelCompose = "2.8.1" navigationRuntimeKtx = "2.7.7" navigationCompose = "2.7.7" gamesActivity = "2.0.2" # Needs to be in sync with android-activity crate constraintlayout = "2.1.4" -appcompat = "1.6.1" +appcompat = "1.7.0" ktlint = "12.1.1" uiautomator = "2.3.0" androidXTestRunner = "1.5.2"