1
1
[versions ]
2
2
accompanist = " 0.32.0"
3
- androidGradlePlugin = " 8.1 .2"
4
- androidx-activity-compose = " 1.8 .0-rc01 "
3
+ androidGradlePlugin = " 8.2 .2"
4
+ androidx-activity-compose = " 1.9 .0-alpha02 "
5
5
androidx-appcompat = " 1.6.1"
6
- androidx-compose-bom = " 2023.10.01 "
6
+ androidx-compose-bom = " 2024.01.00 "
7
7
androidx-constraintlayout = " 2.1.4"
8
8
androidx-constraintlayout-compose = " 1.0.1"
9
9
androidx-coordinator-layout = " 1.2.0"
10
10
androidx-corektx = " 1.9.0"
11
11
androidx-emoji2-views = " 1.4.0"
12
- androidx-fragment-ktx = " 1.6.1 "
12
+ androidx-fragment-ktx = " 1.6.2 "
13
13
androidx-glance-appwidget = " 1.0.0"
14
- androidx-lifecycle-compose = " 2.6.2 "
15
- androidx-lifecycle-runtime-compose = " 2.6.2 "
16
- androidx-navigation = " 2.7.4 "
14
+ androidx-lifecycle-compose = " 2.7.0 "
15
+ androidx-lifecycle-runtime-compose = " 2.7.0 "
16
+ androidx-navigation = " 2.7.6 "
17
17
androidx-paging = " 3.2.1"
18
18
androidx-test = " 1.5.0"
19
19
androidx-test-espresso = " 3.5.1"
20
- androidxHiltNavigationCompose = " 1.0 .0"
21
- coil = " 2.4 .0"
20
+ androidxHiltNavigationCompose = " 1.1 .0"
21
+ coil = " 2.5 .0"
22
22
# @keep
23
23
compileSdk = " 34"
24
24
compose-compiler = " 1.5.4"
25
25
compose-latest = " 1.7.0-alpha01"
26
26
coroutines = " 1.7.3"
27
27
google-maps = " 18.2.0"
28
- gradle-versions = " 0.49 .0"
29
- hilt = " 2.48.1 "
28
+ gradle-versions = " 0.51 .0"
29
+ hilt = " 2.50 "
30
30
junit = " 4.13.2"
31
31
# @pin Update in conjuction with Compose Compiler
32
32
kotlin = " 1.9.20"
33
33
ksp = " 1.8.0-1.0.9"
34
- maps-compose = " 3.1.1 "
34
+ maps-compose = " 4.3.2 "
35
35
material = " 1.11.0"
36
- material3-adaptive = " 1.0.0-alpha04 "
36
+ material3-adaptive = " 1.0.0-alpha05 "
37
37
material3-adaptive-navigation-suite = " 1.0.0-alpha02"
38
38
# @keep
39
39
minSdk = " 21"
40
40
recyclerview = " 1.3.2"
41
41
# @keep
42
42
targetSdk = " 34"
43
- version-catalog-update = " 0.8.1 "
43
+ version-catalog-update = " 0.8.3 "
44
44
45
45
[libraries ]
46
46
accompanist-adaptive = { module = " com.google.accompanist:accompanist-adaptive" , version.ref = " accompanist" }
@@ -65,8 +65,7 @@ androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
65
65
androidx-compose-runtime-livedata = { module = " androidx.compose.runtime:runtime-livedata" }
66
66
androidx-compose-ui = { module = " androidx.compose.ui:ui" }
67
67
androidx-compose-ui-googlefonts = { module = " androidx.compose.ui:ui-text-google-fonts" }
68
- # TODO remove usage of this when `draw` method is in stable.
69
- androidx-compose-ui-graphics = " androidx.compose.ui:ui-graphics:1.6.0-alpha08"
68
+ androidx-compose-ui-graphics = { module = " androidx.compose.ui:ui-graphics" }
70
69
androidx-compose-ui-test = { module = " androidx.compose.ui:ui-test" }
71
70
androidx-compose-ui-test-junit4 = { module = " androidx.compose.ui:ui-test-junit4" }
72
71
androidx-compose-ui-test-manifest = { module = " androidx.compose.ui:ui-test-manifest" }
@@ -93,7 +92,7 @@ androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version
93
92
androidx-test-core = { module = " androidx.test:core" , version.ref = " androidx-test" }
94
93
androidx-test-espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " androidx-test-espresso" }
95
94
androidx-test-runner = " androidx.test:runner:1.5.2"
96
- androidx-work-runtime-ktx = " androidx.work:work-runtime-ktx:2.8.1 "
95
+ androidx-work-runtime-ktx = " androidx.work:work-runtime-ktx:2.9.0 "
97
96
coil-kt-compose = { module = " io.coil-kt:coil-compose" , version.ref = " coil" }
98
97
google-android-material = { module = " com.google.android.material:material" , version.ref = " material" }
99
98
googlemaps-compose = { module = " com.google.maps.android:maps-compose" , version.ref = " maps-compose" }
0 commit comments