diff --git a/app/build.gradle b/app/build.gradle index ef83757bf55a70b55bcbf2faa3922f038152df9a..5725d23de7019a44e21df296fd111fbf5798cb8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,7 +97,7 @@ android { } dependencies { - implementation("foundation.e:Nextcloud-Android-Library:2.0.0-u2.17-release") { + implementation("foundation.e:Nextcloud-Android-Library:2.0.1-u2.17-release") { exclude group: 'com.gitlab.bitfireAT', module: 'dav4jvm' // Got from AccountManager exclude group: 'com.github.bitfireAT', module: 'dav4jvm' exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version