Loading build.gradle +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 { Loading Loading @@ -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' Loading @@ -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' } Loading
build.gradle +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 { Loading Loading @@ -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' Loading @@ -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' }