1
1
[versions ]
2
- accompanist = " 0.30.1 "
3
- androidGradlePlugin = " 8.1.1 "
4
- androidx-activity-compose = " 1.8.0-beta01 "
2
+ accompanist = " 0.32.0 "
3
+ androidGradlePlugin = " 8.1.2 "
4
+ androidx-activity-compose = " 1.8.0-rc01 "
5
5
androidx-appcompat = " 1.6.1"
6
- androidx-compose-bom = " 2023.09.00 "
6
+ androidx-compose-bom = " 2023.09.02 "
7
7
androidx-constraintlayout = " 2.1.4"
8
8
androidx-constraintlayout-compose = " 1.0.1"
9
9
androidx-coordinator-layout = " 1.2.0"
10
- androidx-corektx = " 1.12 .0"
10
+ androidx-corektx = " 1.9 .0"
11
11
androidx-emoji2-views = " 1.4.0"
12
12
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.2 "
16
+ androidx-navigation = " 2.7.3 "
17
17
androidx-paging = " 3.2.1"
18
18
androidx-test = " 1.5.0"
19
19
androidx-test-espresso = " 3.5.1"
@@ -24,14 +24,14 @@ 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.47 .0"
28
- hilt = " 2.47 "
27
+ gradle-versions = " 0.48 .0"
28
+ hilt = " 2.48 "
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.13 .0"
34
- material = " 1.11.0-alpha02 "
33
+ maps-compose = " 2.15 .0"
34
+ material = " 1.11.0-alpha03 "
35
35
# @keep
36
36
minSdk = " 21"
37
37
recyclerview = " 1.3.1"
@@ -46,7 +46,6 @@ accompanist-theme-adapter-appcompat = { module = "com.google.accompanist:accompa
46
46
accompanist-theme-adapter-material = { module = " com.google.accompanist:accompanist-themeadapter-material" , version.ref = " accompanist" }
47
47
accompanist-theme-adapter-material3 = { module = " com.google.accompanist:accompanist-themeadapter-material3" , version.ref = " accompanist" }
48
48
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activity-compose" }
49
-
50
49
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-appcompat" }
51
50
androidx-compose-animation-graphics = { module = " androidx.compose.animation:animation-graphics" }
52
51
androidx-compose-bom = { module = " androidx.compose:compose-bom" , version.ref = " androidx-compose-bom" }
@@ -61,7 +60,7 @@ androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime
61
60
androidx-compose-ui = { module = " androidx.compose.ui:ui" }
62
61
androidx-compose-ui-googlefonts = { module = " androidx.compose.ui:ui-text-google-fonts" }
63
62
# TODO remove usage of this when `draw` method is in stable.
64
- androidx-compose-ui-graphics = " androidx.compose.ui:ui-graphics:1.6.0-alpha05 "
63
+ androidx-compose-ui-graphics = " androidx.compose.ui:ui-graphics:1.6.0-alpha06 "
65
64
androidx-compose-ui-test = { module = " androidx.compose.ui:ui-test" }
66
65
androidx-compose-ui-test-junit4 = { module = " androidx.compose.ui:ui-test-junit4" }
67
66
androidx-compose-ui-test-manifest = { module = " androidx.compose.ui:ui-test-manifest" }
0 commit comments