From a6043df1dd81b84d0cbf6491c1adffe4f1b3bc71 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Wed, 24 Jan 2024 08:47:15 +0100 Subject: [PATCH] use branch via jitpack Signed-off-by: tobiasKaminsky --- app/build.gradle | 5 +---- build.gradle | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2d3d4ae013..f815b4ac8c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -240,10 +240,7 @@ android { dependencies { // dependencies for app building implementation 'androidx.multidex:multidex:2.0.1' -// implementation("com.github.nextcloud:android-library:$androidLibraryVersion") { - // temporarily using my own version of the nextcloud android-library so automated compile and unit tests - // are able to build the app. should be removed before merging. - implementation("com.github.elv1zz:nextcloud-android-library:$androidLibraryVersion") { + implementation("com.github.nextcloud:android-library:$androidLibraryVersion") { exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version } diff --git a/build.gradle b/build.gradle index ce9052a034..a24dc9a866 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { daggerVersion = "2.47" markwonVersion = "4.6.2" prismVersion = "2.0.0" - androidLibraryVersion = "master-SNAPSHOT" + androidLibraryVersion = "clientCert-SNAPSHOT" mockitoVersion = "4.11.0" mockitoKotlinVersion = "4.1.0" mockkVersion = "1.13.8"