From dd7641a71c89bec8ef76316a7a5ab8ba6ec57fd9 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Thu, 18 May 2023 18:48:25 +0600 Subject: [PATCH] 1287-move_to_stable_nc_android_library_version issue: https://gitlab.e.foundation/e/os/backlog/-/issues/1287 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7d33da991..72b5a40fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,7 +173,7 @@ dependencies { implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' // remove after entire switch to lib v2 implementation 'com.google.code.gson:gson:2.10.1' - implementation("com.github.nextcloud:android-library:master-SNAPSHOT") { + implementation("com.github.nextcloud:android-library:2.14.0") { exclude group: 'com.gitlab.bitfireAT', module: 'dav4jvm' exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version exclude group: 'com.squareup.okhttp3' -- GitLab