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

github.com/bitfireAT/vcard4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2020-03-16 23:16:23 +0300
committerRicki Hirner <hirner@bitfire.at>2020-03-16 23:16:23 +0300
commitd1f05da0ce487a6024fe42c7b821868056a8077d (patch)
tree8abcb7de8de0915f9f71880b1f4014fbd988ceff
parent2290ac6d002d05477b9419d71fd0d592fa756c7b (diff)
Update ez-vcard and Kotlin
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index b34d493..76fe82e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
buildscript {
ext.versions = [
- kotlin: '1.3.61',
+ kotlin: '1.3.70',
dokka: '0.10.0'
]
@@ -76,7 +76,7 @@ dependencies {
implementation 'commons-io:commons-io:2.6'
// ez-vcard to parse/generate VCards
- api('com.googlecode.ez-vcard:ez-vcard:0.10.5') {
+ api('com.googlecode.ez-vcard:ez-vcard:0.10.6') {
// hCard functionality not needed
exclude group: 'org.jsoup'
exclude group: 'org.freemarker'