Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42d5cc3f authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update ez-vcard

parent b63883b2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line

buildscript {
    ext.kotlin_version = '1.3.10'
    ext.kotlin_version = '1.3.11'
    ext.dokka_version = '0.9.17'

    repositories {
@@ -60,7 +60,7 @@ dependencies {
    implementation 'commons-io:commons-io:2.6'

    // ez-vcard to parse/generate VCards
    api('com.googlecode.ez-vcard:ez-vcard:0.10.4') {
    api('com.googlecode.ez-vcard:ez-vcard:0.10.5') {
        // hCard functionality not needed
        exclude group: 'org.jsoup'
        exclude group: 'org.freemarker'
@@ -68,8 +68,8 @@ dependencies {
        exclude group: 'com.fasterxml.jackson.core'
    }

    androidTestImplementation 'androidx.test:runner:1.1.0'
    androidTestImplementation 'androidx.test:rules:1.1.0'
    androidTestImplementation 'androidx.test:runner:1.1.1'
    androidTestImplementation 'androidx.test:rules:1.1.1'

    testImplementation 'junit:junit:4.12'
}