Skip to content

Commit 4685568

Browse files
🤖 Update Dependencies (#155)
1 parent edc5136 commit 4685568

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ accompanist = "0.32.0"
33
androidGradlePlugin = "8.1.2"
44
androidx-activity-compose = "1.8.0-rc01"
55
androidx-appcompat = "1.6.1"
6-
androidx-compose-bom = "2023.09.02"
6+
androidx-compose-bom = "2023.10.00"
77
androidx-constraintlayout = "2.1.4"
88
androidx-constraintlayout-compose = "1.0.1"
99
androidx-coordinator-layout = "1.2.0"
@@ -13,7 +13,7 @@ androidx-fragment-ktx = "1.6.1"
1313
androidx-glance-appwidget = "1.0.0"
1414
androidx-lifecycle-compose = "2.6.2"
1515
androidx-lifecycle-runtime-compose = "2.6.2"
16-
androidx-navigation = "2.7.3"
16+
androidx-navigation = "2.7.4"
1717
androidx-paging = "3.2.1"
1818
androidx-test = "1.5.0"
1919
androidx-test-espresso = "3.5.1"
@@ -24,13 +24,13 @@ compileSdk = "34"
2424
compose-compiler = "1.4.7"
2525
coroutines = "1.7.3"
2626
google-maps = "18.1.0"
27-
gradle-versions = "0.48.0"
28-
hilt = "2.48"
27+
gradle-versions = "0.49.0"
28+
hilt = "2.48.1"
2929
junit = "4.13.2"
3030
# @pin Update in conjuction with Compose Compiler
3131
kotlin = "1.8.21"
3232
ksp = "1.8.0-1.0.9"
33-
maps-compose = "2.15.0"
33+
maps-compose = "3.1.0"
3434
material = "1.11.0-alpha03"
3535
# @keep
3636
minSdk = "21"
@@ -60,7 +60,7 @@ androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime
6060
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
6161
androidx-compose-ui-googlefonts = { module = "androidx.compose.ui:ui-text-google-fonts" }
6262
# TODO remove usage of this when `draw` method is in stable.
63-
androidx-compose-ui-graphics = "androidx.compose.ui:ui-graphics:1.6.0-alpha06"
63+
androidx-compose-ui-graphics = "androidx.compose.ui:ui-graphics:1.6.0-alpha07"
6464
androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test" }
6565
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
6666
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }

0 commit comments

Comments
 (0)