diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 53c4aa7..b943caa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -agp = "9.0.0" -androidx-activityCompose = "1.12.3" +agp = "9.0.1" +androidx-activityCompose = "1.12.4" androidx-appcompat = "1.7.1" androidx-core = "1.17.0" androidx-lifecycle = "2.10.0" @@ -8,10 +8,10 @@ androidx-test-core = "1.7.0" androidx-test-runner = "1.7.0" androidx-test-rules = "1.7.0" conscrypt = "2.5.3" -compose-bom = "2026.01.01" +compose-bom = "2026.02.01" dokka = "2.1.0" junit = "4.13.2" -kotlin = "2.2.21" +kotlin = "2.3.10" kotlin-coroutines = "1.10.2" mockk = "1.14.9" okhttp = "5.3.2"