From 4685568346a1f2e05f8e24e7d157520c46a075e8 Mon Sep 17 00:00:00 2001 From: compose-devrel-github-bot <118755852+compose-devrel-github-bot@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:26:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20Dependencies=20(#155)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9cde771f..14713d1f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ accompanist = "0.32.0" androidGradlePlugin = "8.1.2" androidx-activity-compose = "1.8.0-rc01" androidx-appcompat = "1.6.1" -androidx-compose-bom = "2023.09.02" +androidx-compose-bom = "2023.10.00" androidx-constraintlayout = "2.1.4" androidx-constraintlayout-compose = "1.0.1" androidx-coordinator-layout = "1.2.0" @@ -13,7 +13,7 @@ androidx-fragment-ktx = "1.6.1" androidx-glance-appwidget = "1.0.0" androidx-lifecycle-compose = "2.6.2" androidx-lifecycle-runtime-compose = "2.6.2" -androidx-navigation = "2.7.3" +androidx-navigation = "2.7.4" androidx-paging = "3.2.1" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" @@ -24,13 +24,13 @@ compileSdk = "34" compose-compiler = "1.4.7" coroutines = "1.7.3" google-maps = "18.1.0" -gradle-versions = "0.48.0" -hilt = "2.48" +gradle-versions = "0.49.0" +hilt = "2.48.1" junit = "4.13.2" # @pin Update in conjuction with Compose Compiler kotlin = "1.8.21" ksp = "1.8.0-1.0.9" -maps-compose = "2.15.0" +maps-compose = "3.1.0" material = "1.11.0-alpha03" # @keep minSdk = "21" @@ -60,7 +60,7 @@ androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime androidx-compose-ui = { module = "androidx.compose.ui:ui" } androidx-compose-ui-googlefonts = { module = "androidx.compose.ui:ui-text-google-fonts" } # TODO remove usage of this when `draw` method is in stable. -androidx-compose-ui-graphics = "androidx.compose.ui:ui-graphics:1.6.0-alpha06" +androidx-compose-ui-graphics = "androidx.compose.ui:ui-graphics:1.6.0-alpha07" androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test" } androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" } androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }