Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit f71347d

Browse files
committed
Allow transitive validator dependency from ical4j again
1 parent afa7724 commit f71347d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ dependencies {
9393
coreLibraryDesugaring(libs.android.desugaring)
9494

9595
implementation(libs.androidx.core)
96-
api(libs.ical4j) {
97-
// Get rid of unnecessary transitive dependencies
98-
exclude(group = "commons-validator", module = "commons-validator")
99-
}
96+
api(libs.ical4j)
10097
// Force latest version of commons libraries
10198
implementation(libs.commons.codec)
10299
implementation(libs.commons.lang)

0 commit comments

Comments
 (0)