From ed3f817af329e0271f51ca3e3fd21876b6cc5fc5 Mon Sep 17 00:00:00 2001 From: Fahim Masud Choudhury Date: Tue, 22 Apr 2025 17:09:06 +0600 Subject: [PATCH] chore: update Nextcloud-Android-Library version to 2.0.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ef83757b..5725d23d 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 -- GitLab