Skip to content

Commit 7c6ea09

Browse files
committed
Update AGP, Kotlin, dependencies
1 parent 62ae0e6 commit 7c6ea09

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
[versions]
2-
agp = "8.8.0"
3-
androidx-activityCompose = "1.10.0"
2+
agp = "8.8.2"
3+
androidx-activityCompose = "1.10.1"
44
androidx-appcompat = "1.7.0"
55
androidx-core = "1.15.0"
66
androidx-lifecycle = "2.8.7"
77
androidx-test-core = "1.6.1"
88
androidx-test-runner = "1.6.2"
99
androidx-test-rules = "1.6.1"
1010
# don't update to 2.5.3 / until https://github.com/google/conscrypt/issues/1268 is fixed
11+
#noinspection GradleDependency
1112
conscrypt = "2.5.2"
12-
compose-bom = "2025.01.01"
13+
compose-bom = "2025.02.00"
1314
dokka = "1.9.20"
1415
junit = "4.13.2"
15-
kotlin = "2.1.0"
16+
kotlin = "2.1.10"
1617
mockk = "1.13.16"
1718
okhttp3 = "4.12.0"
1819

0 commit comments

Comments
 (0)