Skip to content

Commit dd6e3a2

Browse files
committed
Update AGP and Kotlin
1 parent 46c18b9 commit dd6e3a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.9.3"
2+
agp = "8.11.0"
33
android-desugar = "2.1.5"
44
androidx-annotation = "1.9.1"
55
androidx-core = "1.16.0"
@@ -11,8 +11,8 @@ guava = "33.4.8-android"
1111
# noinspection GradleDependency
1212
ical4j = "3.2.19" # final version; update to 4.x will require much work
1313
junit = "4.13.2"
14-
kotlin = "2.1.20"
15-
mockk = "1.14.2"
14+
kotlin = "2.2.0"
15+
mockk = "1.14.4"
1616
slf4j = "2.0.17"
1717

1818
[libraries]

0 commit comments

Comments
 (0)