diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f6aa24f..d7302d0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,27 +2,27 @@ # SPDX-License-Identifier: GPL-3.0-only [versions] -agp = "8.7.1" +agp = "8.7.2" kotlin = "2.0.21" ksp = "2.0.21-1.0.26" ktor = "2.3.12" sqlDelight = "2.0.2" -compose = "1.7.4" -compose-material3 = "1.3.0" +compose = "1.7.5" +compose-material3 = "1.3.1" coroutines = "1.9.0" androidx-activityCompose = "1.9.3" -androidx-adaptiveAndroid = "1.1.0-alpha05" +androidx-adaptiveAndroid = "1.1.0-alpha06" androidx-browser = "1.8.0" -androidx-camera = "1.3.4" +androidx-camera = "1.4.0" androidx-composeNavigation = "2.8.3" androidx-hilt = "1.2.0" -androidx-lifecycle = "2.8.6" +androidx-lifecycle = "2.8.7" androidx-startupRuntime = "1.2.0" coil = "2.7.0" hilt = "2.52" -markdown = "0.26.0" +markdown = "0.27.0" material = "1.12.0" -serialization = "1.7.2" +serialization = "1.7.3" zxing-core = "3.5.3" zxing-cpp = "2.2.0"