diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3f0d25f..66730d9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,23 +1,23 @@ [versions] -agp = "8.12.2" -kotlin = "2.2.10" +agp = "8.13.0" +kotlin = "2.2.20" core-ktx = "1.17.0" junit = "4.13.2" androidx-test-ext-junit = "1.3.0" espresso-core = "3.7.0" lifecycle = "2.9.3" -activity-compose = "1.10.1" -compose-bom = "2025.08.01" +activity-compose = "1.11.0" +compose-bom = "2025.09.00" hilt = "2.57.1" -ksp = "2.2.10-2.0.2" +ksp = "2.2.20-2.0.3" google-services = "4.4.3" -navigation = "2.9.3" +navigation = "2.9.4" accompanist = "0.37.3" firebase-bom = "34.2.0" -hilt-navigation-compose = "1.2.0" -ktor = "3.2.3" +hilt-navigation-compose = "1.3.0" +ktor = "3.3.0" coil-bom = "3.3.0" -room = "2.7.2" +room = "2.8.0" appcenter = "5.0.6" okhttp = "5.1.0" tabler-icons = "1.1.1"