diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b445f3a..271cfc3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] # AGP 9.2.0 is the minimum version with compileSdk 37 support for Compose agp = "9.3.1" -kotlin = "2.3.20" -ksp = "2.3.9" +kotlin = "2.4.10" +ksp = "2.3.10" compose-bom = "2026.06.01" core-ktx = "1.19.0" lifecycle = "2.11.0" @@ -13,8 +13,8 @@ hilt = "2.60.1" hilt-navigation-compose = "1.4.0" room = "2.8.4" datastore = "1.2.1" -coroutines = "1.10.2" -serialization = "1.10.0" +coroutines = "1.11.0" +serialization = "1.11.0" okhttp = "5.4.0" # Coil 2.x, legacy io.coil-kt coordinates. Coil 3.x moved to io.coil-kt.coil3 # with a KMP-first API; migrating is a bigger separate effort. @@ -26,7 +26,7 @@ junit = "4.13.2" junit-android = "1.3.0" espresso = "3.7.0" mockk = "1.14.11" -coroutines-test = "1.10.2" +coroutines-test = "1.11.0" truth = "1.4.5" room-test = "2.8.4"