Skip to content

Commit ec93c3d

Browse files
committed
chore: bump dependencies
1 parent 20b5fe7 commit ec93c3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions]
22
agp = "8.6.1"
33
kotlin = "2.0.0"
4-
coreKtx = "1.15.0"
4+
coreKtx = "1.16.0"
55
junit = "4.13.2"
66
junitVersion = "1.2.1"
77
espressoCore = "3.6.1"
88
lifecycleRuntimeKtx = "2.8.7"
99
activityCompose = "1.10.1"
10-
composeBom = "2025.02.00"
10+
composeBom = "2025.04.00"
1111
generativeai = "0.9.0"
1212
googleSecretsGradlePlugin = "2.0.1"
1313
tensorflowLiteGpuDelegatePlugin = "0.4.0"
1414
tensorflowLiteGpu = "2.9.0"
1515
tensorflowLiteTaskVision = "0.4.2"
16-
cameraxVersion = "1.4.1"
17-
navigationCompose = "2.8.8"
16+
cameraxVersion = "1.4.2"
17+
navigationCompose = "2.8.9"
1818
kotlinxSerializationVersion = "1.6.3"
1919
poseDetection = "18.0.0-beta5"
2020
firebaseBom = "33.12.0"
@@ -27,7 +27,7 @@ tensorflow-lite-gpu-delegate-plugin = { module = "org.tensorflow:tensorflow-lite
2727
tensorflow-lite-task-vision = { module = "org.tensorflow:tensorflow-lite-task-vision", version.ref = "tensorflowLiteTaskVision" }
2828

2929
# Google ML Kit
30-
pose-detection = { module = "com.google.mlkit:pose-detection", version.ref = "poseDetection"}
30+
pose-detection = { module = "com.google.mlkit:pose-detection", version.ref = "poseDetection" }
3131

3232
# Gemini
3333
generativeai = { group = "com.google.ai.client.generativeai", name = "generativeai", version.ref = "generativeai" }

0 commit comments

Comments
 (0)