From 02cdd29e442fc56aa3f7e519b01ff52849e08eb8 Mon Sep 17 00:00:00 2001 From: Fahim Masud Choudhury Date: Wed, 23 Jul 2025 12:29:05 +0600 Subject: [PATCH] chore: update nc-android-lib to v2.0.3 to fix eDrive sync issue on SSO account set up --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e25532c3..76d50c82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,7 +97,7 @@ android { } dependencies { - implementation("foundation.e:Nextcloud-Android-Library:2.0.2-u2.17-release") { + implementation("foundation.e:Nextcloud-Android-Library:2.0.3-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