Skip to content

Commit 17b62da

Browse files
fix: update sample-dependencies
1 parent d38dd11 commit 17b62da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22

3-
kotlin = "2.0.21"
3+
kotlin = "2.1.21"
44
tink = "1.15.0"
55
androidx-datastore = "1.1.1"
66
androidx-security-crypto = "1.0.0"
@@ -12,11 +12,11 @@ mavenPublishPlugin = "0.31.0"
1212
android-gradlePlugin = "8.10.0"
1313

1414
# Sample
15-
core = "1.15.0"
16-
lifecycle = "2.8.7"
17-
activity = "1.9.3"
18-
compose-bom = "2024.11.00"
19-
kotlinx-serialization = "1.7.3"
15+
core = "1.16.0"
16+
lifecycle = "2.9.0"
17+
activity = "1.10.1"
18+
compose-bom = "2024.12.01"
19+
kotlinx-serialization = "1.8.1"
2020

2121
[libraries]
2222

0 commit comments

Comments
 (0)