Update dependencies

This commit is contained in:
Ricki Hirner 2024-07-01 21:55:09 +02:00
parent 90f1c015d2
commit 1dd91a2848
2 changed files with 2 additions and 6 deletions

View file

@ -8,10 +8,6 @@
-dontobfuscate
-printusage build/reports/r8-usage.txt
# https://issuetracker.google.com/issues/336842920#comment33
# Should be removed as soon as Compose 1.7 (Compose BOM > 2024.06.00) is used
-keep class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt { *; }
# ez-vcard: keep all vCard properties/parameters (used via reflection)
-keep class ezvcard.io.scribe.** { *; }
-keep class ezvcard.property.** { *; }

View file

@ -9,7 +9,7 @@ androidx-arch = "2.2.0"
androidx-browser = "1.8.0"
androidx-core = "1.13.1"
androidx-hilt = "1.2.0"
androidx-lifecycle = "2.8.2"
androidx-lifecycle = "2.8.3"
androidx-paging = "3.3.0"
androidx-preference = "1.2.1"
androidx-security = "1.1.0-alpha06"
@ -41,7 +41,7 @@ kotlin = "2.0.0"
kotlinx-coroutines = "1.8.1"
# see https://github.com/google/ksp/releases for version numbers
ksp = "2.0.0-1.0.21"
mikepenz-aboutLibraries = "11.2.1"
mikepenz-aboutLibraries = "11.2.2"
nsk90-kstatemachine = "0.30.0"
mockk = "1.13.11"
okhttp = "4.12.0"