Update dependencies (including AGP)

This commit is contained in:
Ricki Hirner 2024-05-03 12:23:58 +02:00
parent a7c04c2bf7
commit 9005121b52

View file

@ -1,10 +1,10 @@
# Comments apply to next line
[versions]
android-agp = "8.3.2"
android-agp = "8.4.0"
android-desugaring = "2.0.4"
android-flexbox = "3.0.0"
android-material = "1.11.0"
android-material = "1.12.0"
androidx-activityCompose = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-arch = "2.2.0"
@ -12,8 +12,8 @@ androidx-browser = "1.8.0"
androidx-cardView = "1.0.0"
androidx-concurrentFuture = "1.1.0"
androidx-constraintLayout = "2.1.4"
androidx-core = "1.13.0"
androidx-fragment = "1.6.2"
androidx-core = "1.13.1"
androidx-fragment = "1.7.0"
androidx-hilt = "1.2.0"
androidx-lifecycle = "2.7.0"
androidx-paging = "3.2.1"
@ -35,7 +35,7 @@ commons-lang = "3.14.0"
commons-io = "2.8.0"
commons-text = "1.11.0"
compose-accompanist = "0.34.0"
compose-bom = "2024.04.01"
compose-bom = "2024.05.00"
# Keep this in sync with Kotlin version:
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compiler = "1.5.11"
@ -49,7 +49,7 @@ kotlin = "1.9.23"
kotlinx-coroutines = "1.8.0"
# see https://github.com/google/ksp/releases for version numbers
ksp = "1.9.23-1.0.19"
mikepenz-aboutLibraries = "11.1.3"
mikepenz-aboutLibraries = "11.1.4"
nsk90-kstatemachine = "0.27.0"
mockk = "1.13.10"
okhttp = "4.12.0"