Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Dec 15, 2024
1 parent c1ed0a0 commit 12df9bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.2"
agp = "8.7.3"
android-desugar = "2.1.3"
androidx-core = "1.15.0"
androidx-test-rules = "1.6.1"
Expand All @@ -10,7 +10,7 @@ dokka ="1.9.20"
# noinspection GradleDependency
ical4j = "3.2.19" # final version; update to 4.x will require much work
junit = "4.13.2"
kotlin = "2.0.21"
kotlin = "2.1.0"
mockk = "1.13.13"
slf4j = "2.0.16"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 12df9bf

Please sign in to comment.