From 40034fe40002eb7140bcbcff3e68335167079542 Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Tue, 30 Apr 2024 11:27:26 +0200 Subject: [PATCH] Update dependencies --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8d25d368..02fa93dd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,14 +5,14 @@ android-agp = "8.3.2" android-desugaring = "2.0.4" android-flexbox = "3.0.0" android-material = "1.11.0" -androidx-activityCompose = "1.8.2" +androidx-activityCompose = "1.9.0" androidx-appcompat = "1.6.1" androidx-arch = "2.2.0" androidx-browser = "1.8.0" androidx-cardView = "1.0.0" androidx-concurrentFuture = "1.1.0" androidx-constraintLayout = "2.1.4" -androidx-core = "1.12.0" +androidx-core = "1.13.0" androidx-fragment = "1.6.2" androidx-hilt = "1.2.0" androidx-lifecycle = "2.7.0" @@ -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.00" +compose-bom = "2024.04.01" # Keep this in sync with Kotlin version: # https://developer.android.com/jetpack/androidx/releases/compose-kotlin compose-compiler = "1.5.11"