diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c970178..89f700d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,13 +4,13 @@ # - Android Gradle plugin: 8.5 # https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#version-compatibility android-gradle = "8.5.2" -androidx-activity = "1.8.2" -androidx-annotation = "1.7.1" -androidx-core = "1.12.0" -androidx-lifecycle = "2.7.0" -androidx-test = "1.5.0" -androidx-test-ext-junit = "1.1.5" -compose = "1.6.7" +androidx-activity = "1.9.2" +androidx-annotation = "1.8.2" +androidx-core = "1.13.1" +androidx-lifecycle = "2.8.6" +androidx-test = "1.6.1" +androidx-test-ext-junit = "1.2.1" +compose = "1.6.8" compose-multiplatform = "1.6.11" dokka = "1.9.20" jbx-core-bundle = "1.0.0"