Update AGP, Kotlin, dependencies

This commit is contained in:
Ricki Hirner
2025-02-27 13:14:47 +01:00
parent 6be42d4ec3
commit 50879b6a0c

View File

@@ -1,9 +1,9 @@
# Comments apply to next line
[versions]
android-agp = "8.8.1"
android-desugaring = "2.1.4"
androidx-activityCompose = "1.10.0"
android-agp = "8.8.2"
android-desugaring = "2.1.5"
androidx-activityCompose = "1.10.1"
androidx-appcompat = "1.7.0"
androidx-arch = "2.2.0"
androidx-browser = "1.8.0"
@@ -29,10 +29,10 @@ glance = "1.1.1"
guava = "33.4.0-android"
hilt = "2.55"
# keep in sync with ksp version
kotlin = "2.1.0"
kotlin = "2.1.10"
kotlinx-coroutines = "1.10.1"
# see https://github.com/google/ksp/releases for version numbers
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.30"
mikepenz-aboutLibraries = "11.6.2"
nsk90-kstatemachine = "0.33.0"
mockk = "1.13.16"