From ab9595f8f92ad7fbf4350b9f84a803bc3a15f3c7 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Wed, 23 Apr 2025 00:47:31 +0600 Subject: [PATCH] chore: bump nc-android-lib to 2.0.1-u2.17 - fix ownCloudClient not updating the credential for each request issue, which could cause recent accessToken not being used. issue: - https://gitlab.e.foundation/e/infra/backlog/-/issues/4085 --- 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