Skip to content

Commit 8d7da46

Browse files
🤖 Update Dependencies (#653)
1 parent 9d96957 commit 8d7da46

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

gradle/libs.versions.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ android-googleid = "1.1.1"
55
androidGradlePlugin = "8.13.0"
66
androidx-activity-compose = "1.11.0"
77
androidx-appcompat = "1.7.0"
8-
androidx-compose-bom = "2025.09.01"
8+
androidx-compose-bom = "2025.10.00"
99
androidx-compose-ui-test = "1.7.0-alpha08"
10-
androidx-compose-ui-test-junit4-accessibility = "1.10.0-alpha04"
10+
androidx-compose-ui-test-junit4-accessibility = "1.10.0-alpha05"
1111
androidx-constraintlayout = "2.2.1"
1212
androidx-constraintlayout-compose = "1.1.1"
1313
androidx-coordinator-layout = "1.3.0"
@@ -35,33 +35,34 @@ androidxHiltNavigationCompose = "1.3.0"
3535
appcompat = "1.7.1"
3636
coil = "2.7.0"
3737
# @keep
38-
compileSdk = "36" # gradle.kts for Module :compose:snippets uses Android 16 QPR 2
39-
compose-latest = "1.9.2"
40-
composeUiTooling = "1.5.2"
38+
compileSdk = "36"
39+
compose-latest = "1.9.3"
40+
composeUiTooling = "1.5.3"
4141
coreSplashscreen = "1.0.1"
4242
coroutines = "1.10.2"
4343
glide = "1.0.0-beta08"
4444
google-maps = "19.2.0"
4545
gradle-versions = "0.53.0"
4646
guava = "33.5.0-jre"
47-
hilt = "2.57.1"
47+
hilt = "2.57.2"
4848
horologist = "0.8.2-alpha"
4949
junit = "4.13.2"
50-
ktlint = "1.5.0"
5150
kotlin = "2.2.20"
5251
kotlinCoroutinesOkhttp = "1.0"
5352
kotlinxCoroutinesGuava = "1.10.2"
5453
kotlinxSerializationJson = "1.9.0"
55-
ksp = "2.2.20-2.0.3"
54+
ksp = "2.2.20-2.0.4"
55+
ktlint = "1.5.0"
5656
lifecycleService = "2.9.4"
57-
maps-compose = "6.11.0"
58-
material = "1.14.0-alpha04"
57+
maps-compose = "6.12.1"
58+
material = "1.14.0-alpha05"
5959
material3-adaptive = "1.1.0"
6060
material3-adaptive-navigation-suite = "1.4.0"
6161
media3 = "1.8.0"
62+
media3Ui = "1.8.0"
6263
# @keep
6364
minSdk = "35"
64-
okHttp = "5.1.0"
65+
okHttp = "5.2.0"
6566
playServicesWearable = "19.0.0"
6667
protolayout = "1.3.0"
6768
recyclerview = "1.4.0"
@@ -70,16 +71,15 @@ targetSdk = "36"
7071
tiles = "1.5.0"
7172
tracing = "1.3.0"
7273
validatorPush = "1.0.0-alpha08"
73-
version-catalog-update = "1.0.0"
74+
version-catalog-update = "1.0.1"
7475
watchfaceComplicationsDataSourceKtx = "1.2.1"
7576
wear = "1.3.0"
76-
wearComposeFoundation = "1.5.2"
77-
wearComposeMaterial = "1.5.2"
78-
wearComposeMaterial3 = "1.5.2"
77+
wearComposeFoundation = "1.5.3"
78+
wearComposeMaterial = "1.5.3"
79+
wearComposeMaterial3 = "1.5.3"
7980
wearOngoing = "1.1.0"
8081
wearToolingPreview = "1.0.0"
8182
webkit = "1.14.0"
82-
media3Ui = "1.8.0"
8383

8484
[libraries]
8585
accompanist-adaptive = "com.google.accompanist:accompanist-adaptive:0.37.3"
@@ -140,6 +140,7 @@ androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-view
140140
androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core" }
141141
androidx-media3-common = { module = "androidx.media3:media3-common", version.ref = "media3" }
142142
androidx-media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3" }
143+
androidx-media3-ui = { module = "androidx.media3:media3-ui", version.ref = "media3Ui" }
143144
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
144145
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "androidx-paging" }
145146
androidx-protolayout = { module = "androidx.wear.protolayout:protolayout", version.ref = "protolayout" }
@@ -197,7 +198,6 @@ play-services-wearable = { module = "com.google.android.gms:play-services-wearab
197198
validator-push = { module = "com.google.android.wearable.watchface.validator:validator-push", version.ref = "validatorPush" }
198199
wear-compose-material = { module = "androidx.wear.compose:compose-material", version.ref = "wearComposeMaterial" }
199200
wear-compose-material3 = { module = "androidx.wear.compose:compose-material3", version.ref = "wearComposeMaterial3" }
200-
androidx-media3-ui = { group = "androidx.media3", name = "media3-ui", version.ref = "media3Ui" }
201201

202202
[plugins]
203203
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }

0 commit comments

Comments
 (0)