3
3
# Do not add a dependency to an individual sample, edit the global version instead.
4
4
# ####
5
5
[versions ]
6
- accompanist = " 0.37.0"
7
- androidGradlePlugin = " 8.8.1"
8
- androidx-activity-compose = " 1.10.0"
6
+ accompanist = " 0.37.2"
7
+ android-material3 = " 1.13.0-alpha13"
8
+ androidGradlePlugin = " 8.9.2"
9
+ androidx-activity-compose = " 1.10.1"
9
10
androidx-appcompat = " 1.7.0"
10
- androidx-compose-bom = " 2025.02.00 "
11
+ androidx-compose-bom = " 2025.04.01 "
11
12
androidx-constraintlayout = " 1.1.0"
12
13
androidx-core-splashscreen = " 1.0.1"
13
- androidx-corektx = " 1.15 .0"
14
+ androidx-corektx = " 1.16 .0"
14
15
androidx-glance = " 1.1.1"
15
16
androidx-lifecycle = " 2.8.2"
16
17
androidx-lifecycle-compose = " 2.8.7"
17
18
androidx-lifecycle-runtime-compose = " 2.8.7"
18
- android-material3 = " 1.13.0-alpha11"
19
- androidx-navigation = " 2.8.7"
19
+ androidx-navigation = " 2.8.9"
20
20
androidx-palette = " 1.0.0"
21
21
androidx-test = " 1.6.1"
22
22
androidx-test-espresso = " 3.6.1"
@@ -31,37 +31,37 @@ androix-test-uiautomator = "2.3.0"
31
31
coil = " 2.7.0"
32
32
# @keep
33
33
compileSdk = " 35"
34
- coroutines = " 1.10.1 "
34
+ coroutines = " 1.10.2 "
35
35
google-maps = " 18.2.0"
36
36
gradle-versions = " 0.52.0"
37
- hilt = " 2.55 "
37
+ hilt = " 2.56.2 "
38
38
hiltExt = " 1.2.0"
39
- horologist = " 0.6.22"
40
- # @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions
41
- jdkDesugar = " 1.2.2"
39
+ horologist = " 0.6.23"
40
+ jdkDesugar = " 2.1.5"
42
41
junit = " 4.13.2"
43
- kotlin = " 2.1.10 "
42
+ kotlin = " 2.1.20 "
44
43
kotlinx-serialization-json = " 1.7.3"
45
44
kotlinx_immutable = " 0.3.8"
46
- ksp = " 2.1.10-1 .0.30 "
45
+ ksp = " 2.1.20-2 .0.0 "
47
46
maps-compose = " 3.1.1"
48
47
# @keep
49
48
minSdk = " 21"
50
49
okhttp = " 4.12.0"
51
50
play-services-wearable = " 18.1.0"
52
51
robolectric = " 4.14.1"
53
- roborazzi = " 1.42.0 "
52
+ roborazzi = " 1.43.1 "
54
53
rome = " 2.1.0"
55
- room = " 2.6 .1"
54
+ room = " 2.7 .1"
56
55
secrets = " 2.0.1"
57
56
spotless = " 7.0.3"
58
57
# @keep
59
58
targetSdk = " 33"
60
- version-catalog-update = " 0.8.5 "
59
+ version-catalog-update = " 1.0.0 "
61
60
62
61
[libraries ]
63
62
accompanist-adaptive = { module = " com.google.accompanist:accompanist-adaptive" , version.ref = " accompanist" }
64
63
accompanist-permissions = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " accompanist" }
64
+ android-material3 = { module = " com.google.android.material:material" , version.ref = " android-material3" }
65
65
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activity-compose" }
66
66
androidx-activity-ktx = { module = " androidx.activity:activity-ktx" , version.ref = " androidx-activity-compose" }
67
67
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-appcompat" }
@@ -149,7 +149,6 @@ kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collec
149
149
kotlinx-coroutines-android = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version.ref = " coroutines" }
150
150
kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
151
151
kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinx-serialization-json" }
152
- android-material3 = { group = " com.google.android.material" , name = " material" , version.ref = " android-material3" }
153
152
okhttp-logging = { module = " com.squareup.okhttp3:logging-interceptor" , version.ref = " okhttp" }
154
153
okhttp3 = { module = " com.squareup.okhttp3:okhttp" , version.ref = " okhttp" }
155
154
play-services-wearable = { module = " com.google.android.gms:play-services-wearable" , version.ref = " play-services-wearable" }
0 commit comments