From d58bad732a87364f6e7ee7e1dee88528fdd2ed51 Mon Sep 17 00:00:00 2001 From: althafvly Date: Thu, 20 Feb 2025 14:18:32 +0530 Subject: [PATCH] nc: Fix build --- build.gradle | 4 +--- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 6be0e5658..c13599d31 100644 --- a/build.gradle +++ b/build.gradle @@ -16,11 +16,9 @@ subprojects { repositories { google() mavenCentral() + maven { url "https://gitlab.e.foundation/api/v4/projects/1687/packages/maven" } maven { url "https://jitpack.io" - content { - includeGroup "com.github.bitfireAT" - } } } } diff --git a/library/build.gradle b/library/build.gradle index 3523cee2b..6ee710db0 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -56,7 +56,7 @@ def groupName = "foundation.e" dependencies { implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11' - implementation 'com.github.bitfireAT:dav4jvm:1ed89c1' // in transition phase, we use old and new libs + implementation 'foundation.e.dav4jvm:dav4jvm:9c941d77' implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' implementation 'androidx.annotation:annotation:1.7.0' compileOnly 'com.google.code.findbugs:annotations:3.0.1u2' -- GitLab