@@ -3,7 +3,7 @@ accompanist = "0.32.0"
3
3
androidGradlePlugin = " 8.1.2"
4
4
androidx-activity-compose = " 1.8.0-rc01"
5
5
androidx-appcompat = " 1.6.1"
6
- androidx-compose-bom = " 2023.09.02 "
6
+ androidx-compose-bom = " 2023.10.00 "
7
7
androidx-constraintlayout = " 2.1.4"
8
8
androidx-constraintlayout-compose = " 1.0.1"
9
9
androidx-coordinator-layout = " 1.2.0"
@@ -13,7 +13,7 @@ androidx-fragment-ktx = "1.6.1"
13
13
androidx-glance-appwidget = " 1.0.0"
14
14
androidx-lifecycle-compose = " 2.6.2"
15
15
androidx-lifecycle-runtime-compose = " 2.6.2"
16
- androidx-navigation = " 2.7.3 "
16
+ androidx-navigation = " 2.7.4 "
17
17
androidx-paging = " 3.2.1"
18
18
androidx-test = " 1.5.0"
19
19
androidx-test-espresso = " 3.5.1"
@@ -24,13 +24,13 @@ compileSdk = "34"
24
24
compose-compiler = " 1.4.7"
25
25
coroutines = " 1.7.3"
26
26
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 "
29
29
junit = " 4.13.2"
30
30
# @pin Update in conjuction with Compose Compiler
31
31
kotlin = " 1.8.21"
32
32
ksp = " 1.8.0-1.0.9"
33
- maps-compose = " 2.15 .0"
33
+ maps-compose = " 3.1 .0"
34
34
material = " 1.11.0-alpha03"
35
35
# @keep
36
36
minSdk = " 21"
@@ -60,7 +60,7 @@ androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime
60
60
androidx-compose-ui = { module = " androidx.compose.ui:ui" }
61
61
androidx-compose-ui-googlefonts = { module = " androidx.compose.ui:ui-text-google-fonts" }
62
62
# 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 "
64
64
androidx-compose-ui-test = { module = " androidx.compose.ui:ui-test" }
65
65
androidx-compose-ui-test-junit4 = { module = " androidx.compose.ui:ui-test-junit4" }
66
66
androidx-compose-ui-test-manifest = { module = " androidx.compose.ui:ui-test-manifest" }
0 commit comments