1
1
[versions ]
2
2
accompanist = " 0.32.0"
3
3
androidGradlePlugin = " 8.2.2"
4
- androidx-activity-compose = " 1.9.0-alpha02 "
4
+ androidx-activity-compose = " 1.9.0-alpha03 "
5
5
androidx-appcompat = " 1.6.1"
6
- androidx-compose-bom = " 2024.01.00 "
6
+ androidx-compose-bom = " 2024.02.01 "
7
7
androidx-constraintlayout = " 2.1.4"
8
8
androidx-constraintlayout-compose = " 1.0.1"
9
9
androidx-coordinator-layout = " 1.2.0"
@@ -13,11 +13,11 @@ androidx-fragment-ktx = "1.6.2"
13
13
androidx-glance-appwidget = " 1.0.0"
14
14
androidx-lifecycle-compose = " 2.7.0"
15
15
androidx-lifecycle-runtime-compose = " 2.7.0"
16
- androidx-navigation = " 2.7.6 "
16
+ androidx-navigation = " 2.7.7 "
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.1 .0"
20
+ androidxHiltNavigationCompose = " 1.2 .0"
21
21
coil = " 2.5.0"
22
22
# @keep
23
23
compileSdk = " 34"
@@ -32,8 +32,8 @@ kotlin = "1.9.20"
32
32
ksp = " 1.8.0-1.0.9"
33
33
maps-compose = " 4.3.2"
34
34
material = " 1.11.0"
35
- material3-adaptive = " 1.0.0-alpha06 "
36
- material3-adaptive-navigation-suite = " 1.0.0-alpha03 "
35
+ material3-adaptive = " 1.0.0-alpha07 "
36
+ material3-adaptive-navigation-suite = " 1.0.0-alpha04 "
37
37
media3 = " 1.2.1"
38
38
# @keep
39
39
minSdk = " 21"
@@ -58,7 +58,9 @@ androidx-compose-material = { module = "androidx.compose.material:material" }
58
58
androidx-compose-material-iconsExtended = { module = " androidx.compose.material:material-icons-extended" }
59
59
androidx-compose-material-ripple = { module = " androidx.compose.material:material-ripple" }
60
60
androidx-compose-material3 = { module = " androidx.compose.material3:material3" }
61
- androidx-compose-material3-adaptive = { module = " androidx.compose.material3:material3-adaptive" , version.ref = " material3-adaptive" }
61
+ androidx-compose-material3-adaptive = { module = " androidx.compose.material3.adaptive:adaptive" , version.ref = " material3-adaptive" }
62
+ androidx-compose-material3-adaptive-layout = { module = " androidx.compose.material3.adaptive:adaptive-layout" , version.ref = " material3-adaptive" }
63
+ androidx-compose-material3-adaptive-navigation = { module = " androidx.compose.material3.adaptive:adaptive-navigation" , version.ref = " material3-adaptive" }
62
64
androidx-compose-material3-adaptive-navigation-suite = { module = " androidx.compose.material3:material3-adaptive-navigation-suite" , version.ref = " material3-adaptive-navigation-suite" }
63
65
androidx-compose-materialWindow = { module = " androidx.compose.material3:material3-window-size-class" }
64
66
androidx-compose-runtime = { module = " androidx.compose.runtime:runtime" }
@@ -81,7 +83,7 @@ androidx-emoji2-views = { module = "androidx.emoji2:emoji2-views", version.ref =
81
83
androidx-fragment-ktx = { module = " androidx.fragment:fragment-ktx" , version.ref = " androidx-fragment-ktx" }
82
84
androidx-glance-appwidget = { module = " androidx.glance:glance-appwidget" , version.ref = " androidx-glance-appwidget" }
83
85
androidx-glance-material3 = { module = " androidx.glance:glance-material3" , version.ref = " androidx-glance-appwidget" }
84
- androidx-graphics-shapes = " androidx.graphics:graphics-shapes:1.0.0-alpha04 "
86
+ androidx-graphics-shapes = " androidx.graphics:graphics-shapes:1.0.0-alpha05 "
85
87
androidx-hilt-navigation-compose = { module = " androidx.hilt:hilt-navigation-compose" , version.ref = " androidxHiltNavigationCompose" }
86
88
androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " androidx-lifecycle-compose" }
87
89
androidx-lifecycle-runtime-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " androidx-lifecycle-runtime-compose" }
0 commit comments