Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/ical4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunik Kupfer <kupfer@bitfire.at>2022-01-12 14:41:19 +0300
committerGitHub <noreply@github.com>2022-01-12 14:41:19 +0300
commitdda944d8f4e455fa03bda1689f06c557f0ece493 (patch)
tree22eb485244e617f29074da5a715161bc8dcc6fac
parente31cefd42f5bc299ba5cf16c9ad3710cc9a2a84f (diff)
Upgrade ical4j from 3.1.1 to 3.1.2 (see bitfireAT/davx5#37) (#3)
Upgrade ical4j from 3.1.1 to 3.1.2 to stop event parsing on invalid EMAIL parameters (see bitfireAT/davx5#37) (#3)
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3989997..ed6e8d2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
ext.versions = [
kotlin: '1.6.0',
dokka: '1.5.0',
- ical4j: '3.1.1',
+ ical4j: '3.1.2',
// latest Apache Commons versions that don't require Java 8 (Android 7)
commonsIO: '2.6'
]