diff --git a/app/build.gradle b/app/build.gradle index 7d33da991ddee4f541aacade531f5e70a425c09c..72b5a40fe6ce7b06976db40c3335308b39a8c21f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,7 +173,7 @@ dependencies { implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' // remove after entire switch to lib v2 implementation 'com.google.code.gson:gson:2.10.1' - implementation("com.github.nextcloud:android-library:master-SNAPSHOT") { + implementation("com.github.nextcloud:android-library:2.14.0") { exclude group: 'com.gitlab.bitfireAT', module: 'dav4jvm' exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version exclude group: 'com.squareup.okhttp3'