Skip to content

Commit 12df9bf

Browse files
committed
Update dependencies
1 parent c1ed0a0 commit 12df9bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.7.2"
2+
agp = "8.7.3"
33
android-desugar = "2.1.3"
44
androidx-core = "1.15.0"
55
androidx-test-rules = "1.6.1"
@@ -10,7 +10,7 @@ dokka ="1.9.20"
1010
# noinspection GradleDependency
1111
ical4j = "3.2.19" # final version; update to 4.x will require much work
1212
junit = "4.13.2"
13-
kotlin = "2.0.21"
13+
kotlin = "2.1.0"
1414
mockk = "1.13.13"
1515
slf4j = "2.0.16"
1616

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)