Skip to content

Commit 194e06c

Browse files
🤖 Update Dependencies
1 parent 592ac88 commit 194e06c

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

gradle/libs.versions.toml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
accompanist = "0.36.0"
33
activityKtx = "1.10.1"
44
android-googleid = "1.1.1"
5-
androidGradlePlugin = "8.10.0"
5+
androidGradlePlugin = "8.10.1"
66
androidx-activity-compose = "1.10.1"
77
androidx-appcompat = "1.7.0"
8-
androidx-compose-bom = "2025.05.00"
8+
androidx-compose-bom = "2025.06.01"
99
androidx-compose-ui-test = "1.7.0-alpha08"
10-
androidx-compose-ui-test-junit4-accessibility = "1.9.0-alpha02"
10+
androidx-compose-ui-test-junit4-accessibility = "1.9.0-beta01"
1111
androidx-constraintlayout = "2.2.1"
1212
androidx-constraintlayout-compose = "1.1.1"
1313
androidx-coordinator-layout = "1.3.0"
1414
androidx-corektx = "1.16.0"
1515
androidx-credentials = "1.5.0"
1616
androidx-credentials-play-services-auth = "1.5.0"
1717
androidx-emoji2-views = "1.5.0"
18-
androidx-fragment-ktx = "1.8.6"
18+
androidx-fragment-ktx = "1.8.8"
1919
androidx-glance-appwidget = "1.1.1"
20-
androidx-lifecycle-compose = "2.9.0"
21-
androidx-lifecycle-runtime-compose = "2.9.0"
20+
androidx-lifecycle-compose = "2.9.1"
21+
androidx-lifecycle-runtime-compose = "2.9.1"
2222
androidx-navigation = "2.9.0"
2323
androidx-paging = "3.3.6"
2424
androidx-startup-runtime = "1.2.0"
@@ -30,12 +30,16 @@ androidx-window-core = "1.5.0-alpha02"
3030
androidx-window-java = "1.5.0-alpha02"
3131
# @keep
3232
androidx-xr = "1.0.0-alpha03"
33+
# @keep
34+
androidx-xr-arcore = "1.0.0-alpha04"
35+
androidx-xr-compose = "1.0.0-alpha04"
36+
androidx-xr-scenecore = "1.0.0-alpha04"
3337
androidxHiltNavigationCompose = "1.2.0"
34-
appcompat = "1.7.0"
38+
appcompat = "1.7.1"
3539
coil = "2.7.0"
3640
# @keep
3741
compileSdk = "35"
38-
compose-latest = "1.8.1"
42+
compose-latest = "1.8.3"
3943
composeUiTooling = "1.4.1"
4044
coreSplashscreen = "1.0.1"
4145
coroutines = "1.10.2"
@@ -44,39 +48,35 @@ google-maps = "19.2.0"
4448
gradle-versions = "0.52.0"
4549
guava = "33.4.8-jre"
4650
hilt = "2.56.2"
47-
horologist = "0.7.10-alpha"
51+
horologist = "0.7.14-beta"
4852
junit = "4.13.2"
49-
kotlin = "2.1.20"
53+
kotlin = "2.2.0"
5054
kotlinCoroutinesOkhttp = "1.0"
5155
kotlinxCoroutinesGuava = "1.10.2"
5256
kotlinxSerializationJson = "1.8.1"
53-
ksp = "2.1.20-2.0.1"
57+
ksp = "2.1.21-2.0.2"
5458
lifecycleService = "2.9.1"
5559
maps-compose = "6.6.0"
56-
material = "1.13.0-alpha13"
60+
material = "1.14.0-alpha02"
5761
material3-adaptive = "1.1.0"
5862
material3-adaptive-navigation-suite = "1.3.2"
59-
media3 = "1.6.1"
63+
media3 = "1.7.1"
6064
# @keep
6165
minSdk = "21"
6266
okHttp = "4.12.0"
6367
playServicesWearable = "19.0.0"
64-
protolayout = "1.3.0-beta02"
68+
protolayout = "1.3.0"
6569
recyclerview = "1.4.0"
66-
# @keep
67-
androidx-xr-arcore = "1.0.0-alpha04"
68-
androidx-xr-scenecore = "1.0.0-alpha04"
69-
androidx-xr-compose = "1.0.0-alpha04"
7070
targetSdk = "34"
71-
tiles = "1.5.0-beta01"
71+
tiles = "1.5.0"
7272
version-catalog-update = "1.0.0"
7373
wear = "1.3.0"
74-
wearComposeFoundation = "1.5.0-beta01"
75-
wearComposeMaterial = "1.5.0-beta01"
76-
wearComposeMaterial3 = "1.5.0-beta01"
74+
wearComposeFoundation = "1.5.0-beta04"
75+
wearComposeMaterial = "1.5.0-beta04"
76+
wearComposeMaterial3 = "1.5.0-beta04"
7777
wearOngoing = "1.0.0"
7878
wearToolingPreview = "1.0.0"
79-
webkit = "1.13.0"
79+
webkit = "1.14.0"
8080

8181
[libraries]
8282
accompanist-adaptive = "com.google.accompanist:accompanist-adaptive:0.37.3"
@@ -158,14 +158,13 @@ androidx-webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" }
158158
androidx-window = { module = "androidx.window:window", version.ref = "androidx-window" }
159159
androidx-window-core = { module = "androidx.window:window-core", version.ref = "androidx-window-core" }
160160
androidx-window-java = { module = "androidx.window:window-java", version.ref = "androidx-window-java" }
161-
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.10.1"
161+
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.10.2"
162162
androidx-xr-arcore = { module = "androidx.xr.arcore:arcore", version.ref = "androidx-xr-arcore" }
163163
androidx-xr-compose = { module = "androidx.xr.compose:compose", version.ref = "androidx-xr-compose" }
164164
androidx-xr-scenecore = { module = "androidx.xr.scenecore:scenecore", version.ref = "androidx-xr-scenecore" }
165165
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
166166
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
167167
compose-foundation = { module = "androidx.wear.compose:compose-foundation", version.ref = "wearComposeFoundation" }
168-
wear-compose-material = { module = "androidx.wear.compose:compose-material", version.ref = "wearComposeMaterial" }
169168
compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "composeUiTooling" }
170169
glide-compose = { module = "com.github.bumptech.glide:compose", version.ref = "glide" }
171170
google-android-material = { module = "com.google.android.material:material", version.ref = "material" }
@@ -185,6 +184,7 @@ kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-t
185184
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
186185
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okHttp" }
187186
play-services-wearable = { module = "com.google.android.gms:play-services-wearable", version.ref = "playServicesWearable" }
187+
wear-compose-material = { module = "androidx.wear.compose:compose-material", version.ref = "wearComposeMaterial" }
188188
wear-compose-material3 = { module = "androidx.wear.compose:compose-material3", version.ref = "wearComposeMaterial3" }
189189

190190
[plugins]
@@ -193,7 +193,7 @@ android-library = { id = "com.android.library", version.ref = "androidGradlePlug
193193
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
194194
gradle-versions = { id = "com.github.ben-manes.versions", version.ref = "gradle-versions" }
195195
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
196-
kotlin-android = { id = "org.jetbrains.kotlin.android", version = "2.1.21" }
196+
kotlin-android = "org.jetbrains.kotlin.android:2.2.0"
197197
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
198198
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
199199
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }

0 commit comments

Comments
 (0)