This repository was archived by the owner on Jun 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 11[versions ]
22agp = " 8.7.3"
3- android-desugar = " 2.1.3 "
4- androidx-core = " 1.15 .0"
3+ android-desugar = " 2.1.5 "
4+ androidx-core = " 1.16 .0"
55androidx-test-rules = " 1.6.1"
66androidx-test-runner = " 1.6.2"
7- commons-codec = { strictly = " 1.17.1" }
8- commons-lang = { strictly = " 3.15.0" }
9- dokka =" 1.9.20"
7+ dokka = " 1.9.20"
108# noinspection GradleDependency
119ical4j = " 3.2.19" # final version; update to 4.x will require much work
1210junit = " 4.13.2"
13- kotlin = " 2.1.0 "
14- mockk = " 1.13.13 "
11+ kotlin = " 2.1.20 "
12+ mockk = " 1.14.0 "
1513slf4j = " 2.0.16"
1614
1715[libraries ]
1816android-desugaring = { module = " com.android.tools:desugar_jdk_libs" , version.ref = " android-desugar" }
1917androidx-core = { module = " androidx.core:core-ktx" , version.ref = " androidx-core" }
2018androidx-test-rules = { module = " androidx.test:rules" , version.ref = " androidx-test-rules" }
2119androidx-test-runner = { module = " androidx.test:runner" , version.ref = " androidx-test-runner" }
22- commons-codec = { module = " commons-codec:commons-codec" , version.ref = " commons-codec" }
23- commons-lang = { module = " org.apache.commons:commons-lang3" , version.ref = " commons-lang" }
2420ical4j = { module = " org.mnode.ical4j:ical4j" , version.ref = " ical4j" }
2521junit = { module = " junit:junit" , version.ref = " junit" }
2622kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" , version.ref = " kotlin" }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -94,9 +94,6 @@ dependencies {
9494
9595 implementation(libs.androidx.core)
9696 api(libs.ical4j)
97- // Force latest version of commons libraries
98- implementation(libs.commons.codec)
99- implementation(libs.commons.lang)
10097 implementation(libs.slf4j) // ical4j logging over java.util.Logger
10198
10299 androidTestImplementation(libs.androidx.test.rules)
You can’t perform that action at this time.
0 commit comments