From 558834c545ff8fbd12e2f6f150fdd22e9b8ac5c2 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Tue, 3 Jun 2025 22:33:53 +0600 Subject: [PATCH 1/2] chore: update nc-android-lib to v2.0.2-u.217 issue: https://gitlab.e.foundation/e/os/backlog/-/issues/3293 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index efa464a5..e25532c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,7 +97,7 @@ android { } dependencies { - implementation("foundation.e:Nextcloud-Android-Library:2.0.1-u2.17-release") { + implementation("foundation.e:Nextcloud-Android-Library:2.0.2-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 From 0fa63dcadd37b3e067419904b701e5c39cb39656 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Tue, 3 Jun 2025 22:47:12 +0600 Subject: [PATCH 2/2] fix: lint issue --- app/src/main/res/values-pt-rBR/strings.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 32a7e8d0..ce695d91 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -2,7 +2,6 @@ %d arquivo para sincronizar - %d arquivos para sincronizar %d arquivos para sincronizar Sincronização de arquivos -- GitLab