Skip to content

Commit 17c5614

Browse files
committed
Upgrade libs
1 parent ef30b96 commit 17c5614

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ compileSdk = "36"
77
minSdk = "29"
88

99
javaVersion = "17"
10-
agp = "8.11.2"
11-
workManager = "2.10.5"
10+
agp = "8.12.3"
11+
workManager = "2.11.0"
1212
argon2kt = "1.6.0"
1313
bcrypt = "0.10.2"
1414
faceDetection = "16.1.7"
@@ -20,15 +20,15 @@ lifecycleViewModel = "2.9.4"
2020
materialIconsExtended = "1.7.8"
2121
mockk = "1.14.6"
2222
kim = "0.26.2"
23-
kotlin = "2.2.20"
23+
kotlin = "2.2.21"
2424
kotlinx-serialization = "1.9.0"
25-
runtimeLivedata = "1.9.3"
25+
runtimeLivedata = "1.9.4"
2626
coreKtx = "1.17.0"
2727
junit = "4.13.2"
2828
junitVersion = "1.3.0"
2929
activityCompose = "1.11.0"
30-
composeBom = "2025.10.00"
31-
navigation3 = "1.0.0-alpha11"
30+
composeBom = "2025.10.01"
31+
navigation3 = "1.0.0-beta01"
3232
nav3Material = "1.0.0-SNAPSHOT"
3333
lifecycleViewmodelNav3 = "1.0.0-alpha04"
3434
koin-bom = "4.1.1"
@@ -38,7 +38,7 @@ timber = "5.0.1"
3838
zoomable = "2.8.2"
3939
cameraCamera2 = "1.5.1"
4040
cameraView = "1.5.1"
41-
foundation = "1.9.3"
41+
foundation = "1.9.4"
4242

4343
[libraries]
4444
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }

0 commit comments

Comments
 (0)