Skip to content

Commit 0560b08

Browse files
Upgrade dependencies
1 parent adc4767 commit 0560b08

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[versions]
22
agp = "8.10.1"
33
kotlin = "2.0.0"
4-
coreKtx = "1.16.0"
4+
coreKtx = "1.17.0"
55
junit = "4.13.2"
6-
junitVersion = "1.2.1"
7-
espressoCore = "3.6.1"
8-
lifecycleRuntimeKtx = "2.9.0"
9-
activityCompose = "1.10.1"
10-
composeBom = "2025.05.00"
11-
navigationCompose = "2.9.0"
6+
junitVersion = "1.3.0"
7+
espressoCore = "3.7.0"
8+
lifecycleRuntimeKtx = "2.9.4"
9+
activityCompose = "1.11.0"
10+
composeBom = "2025.11.00"
11+
navigationCompose = "2.9.6"
1212
materialIconsExtended = "1.7.8"
13-
roomRuntime = "2.7.1"
14-
roomCompiler = "2.7.1"
15-
roomKtx = "2.7.1"
13+
roomRuntime = "2.8.3"
14+
roomCompiler = "2.8.3"
15+
roomKtx = "2.8.3"
1616
ksp = "2.0.0-1.0.24"
17-
datastorePreferences = "1.1.6"
17+
datastorePreferences = "1.1.7"
1818
kotlinx-serialization = "2.1.0"
19-
kotlinx-serialization-json = "1.8.1"
19+
kotlinx-serialization-json = "1.9.0"
2020

2121
[libraries]
2222
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

0 commit comments

Comments
 (0)