From 5c6f712d32c792dd623b7a14538995c4fe3bb7a5 Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Thu, 19 Sep 2024 14:02:34 +0200 Subject: [PATCH] Update AGP and dependencies --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bb812d973..aa7eac32e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ # Comments apply to next line [versions] -android-agp = "8.6.0" +android-agp = "8.6.1" android-desugaring = "2.1.2" androidx-activityCompose = "1.9.2" androidx-appcompat = "1.7.0" @@ -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.5" +androidx-lifecycle = "2.8.6" androidx-paging = "3.3.2" androidx-preference = "1.2.1" androidx-security = "1.1.0-alpha06" @@ -22,15 +22,15 @@ bitfire-cert4android = "f1cc9b9ca3" bitfire-dav4jvm = "c1bc143488" bitfire-ical4android = "b75f33972a" bitfire-vcard4android = "505848a85a" -compose-accompanist = "0.34.0" -compose-bom = "2024.09.01" +compose-accompanist = "0.36.0" +compose-bom = "2024.09.02" dnsjava = "3.6.0" glance = "1.1.0" guava = "33.3.0-android" hilt = "2.52" # keep in sync with ksp version kotlin = "2.0.20" -kotlinx-coroutines = "1.8.1" +kotlinx-coroutines = "1.9.0" # see https://github.com/google/ksp/releases for version numbers ksp = "2.0.20-1.0.25" mikepenz-aboutLibraries = "11.2.3"