Skip to content

Commit 04149f7

Browse files
committed
Update project
1 parent 4f76e8b commit 04149f7

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

gradle/libs.versions.toml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ agp = "9.0.0"
88
kotlin = "2.3.0"
99
kotlinx-coroutines = "1.10.2"
1010
kotlinx-datetime = "0.7.1"
11-
kotlinx-serialization = "1.9.0"
11+
kotlinx-serialization = "1.10.0"
1212
kotlinx-io = "0.1.16"
1313
kotlinx-collections = "0.4.0"
14-
kotlinx-atomicfu = "0.29.0"
14+
kotlinx-atomicfu = "0.31.0"
1515
kotlinx-binary-compatibility = "0.18.1"
1616

1717
google-ksp = "2.3.4"
@@ -22,13 +22,13 @@ google-horologist = "0.7.15"
2222
google-zxing = "3.5.4"
2323
google-ai-generativeai = "0.9.0"
2424
google-ai-edge = "0.0.1-exp02"
25-
google-protobuf = "4.33.4"
25+
google-protobuf = "4.33.5"
2626

2727
google-ar-core = "1.52.0"
28-
google-ar-impress = "0.0.9"
28+
google-ar-impress = "0.0.10"
2929
google-ar-sceneform = "1.17.1"
3030

31-
google-filament = "1.68.3"
31+
google-filament = "1.68.5"
3232
google-filament-gltfio-android-lite = "1.23.1"
3333
google-filament-filamat-android-lite = "1.44.0"
3434
google-filament-filamat-utils-android-lite = "1.20.5"
@@ -250,7 +250,7 @@ hms-stats = "6.13.0.303"
250250
hms-network-grs = "8.0.1.313"
251251
huawei-security = "2.0.0.300"
252252

253-
androidx-activity = "1.12.2"
253+
androidx-activity = "1.12.3"
254254
androidx-ads = "1.0.0-alpha05"
255255
androidx-annotation = "1.9.1"
256256
androidx-annotation-experimental = "1.5.1"
@@ -266,22 +266,22 @@ androidx-biometric = "1.2.0-alpha05"
266266
androidx-bluetooth = "1.0.0-alpha02"
267267
androidx-browser = "1.9.0"
268268
androidx-car-app = "1.7.0"
269-
androidx-camera = "1.5.2"
270-
androidx-camera-compose = "1.5.2"
269+
androidx-camera = "1.5.3"
270+
androidx-camera-compose = "1.5.3"
271271
androidx-camera-viewfinder = "1.4.0-alpha07"
272272
androidx-camera-viewfinder-compose = "1.0.0-alpha02"
273273
androidx-cardview = "1.0.0"
274274
androidx-collection = "1.5.0"
275-
androidx-compose-animation = "1.10.1"
276-
androidx-compose-foundation = "1.10.1"
277-
androidx-compose-runtime = "1.10.1"
278-
androidx-compose-ui = "1.10.1"
279-
androidx-compose-material = "1.10.1"
275+
androidx-compose-animation = "1.10.2"
276+
androidx-compose-foundation = "1.10.2"
277+
androidx-compose-runtime = "1.10.2"
278+
androidx-compose-ui = "1.10.2"
279+
androidx-compose-material = "1.10.2"
280280
androidx-compose-material-icons = "1.7.8"
281281
androidx-compose-material3 = "1.4.0"
282282
androidx-compose-material3-adaptive = "1.2.0"
283283
androidx-compose-material3-window-size = "1.4.0"
284-
androidx-compose-remote = "1.0.0-alpha02"
284+
androidx-compose-remote = "1.0.0-alpha03"
285285
androidx-concurrent = "1.3.0"
286286
androidx-constraintlayout = "2.2.1"
287287
androidx-constraintlayout-compose = "1.1.1"
@@ -346,13 +346,13 @@ androidx-lint = "30.0.1"
346346
androidx-lint-gradle = "1.0.0-alpha05"
347347
androidx-loader = "1.1.0"
348348
androidx-localbroadcastmanager = "1.1.0"
349-
androidx-media3 = "1.9.0"
349+
androidx-media3 = "1.9.1"
350350
androidx-mediarouter = "1.8.1"
351351
androidx-metrics = "1.0.0"
352-
androidx-navigation = "2.9.6"
352+
androidx-navigation = "2.9.7"
353353
androidx-navigation3 = "1.0.0"
354-
androidx-navigationevent = "1.0.1"
355-
androidx-paging = "3.3.6"
354+
androidx-navigationevent = "1.0.2"
355+
androidx-paging = "3.4.0"
356356
androidx-palette = "1.0.0"
357357
androidx-pdf = "1.0.0-alpha12"
358358
androidx-percentlayout = "1.0.0"
@@ -420,20 +420,20 @@ androidx-webgpu = "1.0.0-alpha03"
420420
androidx-webkit = "1.15.0"
421421
androidx-window = "1.5.1"
422422
androidx-window-extensions-core = "1.0.0"
423-
androidx-work = "2.11.0"
424-
androidx-xr = "1.0.0-alpha13"
425-
androidx-xr-projected = "1.0.0-alpha03"
423+
androidx-work = "2.11.1"
424+
androidx-xr = "1.0.0-alpha14"
425+
androidx-xr-projected = "1.0.0-alpha04"
426426

427427
detekt = "1.23.8"
428428
kode-detekt-rules-compose = "1.4.0"
429429
twitter-compose-rules-detekt = "0.0.26"
430-
nlopez-compose-rules-detekt = "0.5.3"
430+
nlopez-compose-rules-detekt = "0.5.6"
431431
vk-vkompose-detekt = "0.6.1"
432-
ktor = "3.3.3"
432+
ktor = "3.4.0"
433433
okio = "3.16.4"
434434
okhttp = "5.3.2"
435435
retrofit = "3.0.0"
436-
chucker = "4.2.0"
436+
chucker = "4.3.0"
437437
moshi = "1.15.2"
438438
rxjava3 = "3.1.12"
439439
rxjava3-rxkotlin = "3.0.1"
@@ -449,20 +449,20 @@ kotlin-inject = "0.9.0"
449449
koin = "4.1.1"
450450
koin-annotations = "2.3.1"
451451
junit = "4.13.2"
452-
robolectric = "4.16"
452+
robolectric = "4.16.1"
453453
mockito = "5.21.0"
454454
kaspresso = "1.6.0"
455-
mockk = "1.14.7"
455+
mockk = "1.14.9"
456456
turbine = "1.2.1"
457457
barista = "4.3.0"
458-
kotest = "6.0.7"
458+
kotest = "6.1.2"
459459
tensorflow-lite = "2.17.0"
460460
jetbrains-dokka = "2.1.0"
461461
android-compose-screenshot = "0.0.1-alpha13"
462462

463-
androidx-compose-bom = "2026.01.00"
464-
androidx-compose-bom-beta = "2026.01.00"
465-
androidx-compose-bom-alpha = "2026.01.00"
463+
androidx-compose-bom = "2026.01.01"
464+
androidx-compose-bom-beta = "2026.01.01"
465+
androidx-compose-bom-alpha = "2026.01.01"
466466
google-firebase-bom = "34.8.0"
467467
kotlin-bom = "2.2.0"
468468
kotlinx-coroutines-bom = "1.10.2"

0 commit comments

Comments
 (0)