diff --git a/gradle/core.versions.toml b/gradle/core.versions.toml index e5a1ab045..6d4eb0ae3 100644 --- a/gradle/core.versions.toml +++ b/gradle/core.versions.toml @@ -2,7 +2,7 @@ accompanistPermissions = "0.37.3" activityCompose = "1.10.1" # TODO: Update to 1.11.0 or later after we bump compileSdk to 36 adaptive = "1.2.0" -agp = "8.13.0" # Delete this to-do on agp 9+ after searching and checking the project for the following: TODO[AGP9 +agp = "8.13.2" # Delete this to-do on agp 9+ after searching and checking the project for the following: TODO[AGP9 androidLogin = "3.1.14" androidxCollection = "1.5.0" androidxCore = "1.16.0" # TODO: Update to 1.17.0 or later after we bump compileSdk to 36 @@ -25,7 +25,7 @@ espressoCore = "3.7.0" firebaseMessaging = "24.1.2" googleServices = "4.4.4" gson = "2.13.2" -hiltAndroid = "2.57.2" +hiltAndroid = "2.58" hiltAndroidx = "1.3.0" integrity = "1.6.0" #noinspection NewerVersionAvailable @@ -35,8 +35,8 @@ kotest = "6.0.7" kotlinxCollectionsImmutable = "0.4.0" kotlinxCoroutines = "1.10.2" kotlinxSerialization = "1.9.0" -kotlin = "2.2.0" # Keep the same version as the one in Realm-Kotlin -ksp = "2.2.0-2.0.2" # Keep the same version as the one in Realm-Kotlin +kotlin = "2.3.21" +ksp = "2.3.9" ktlintPlugin = "14.0.1" ktor = "3.3.3" lifecycleRuntimeKtx = "2.10.0"