diff --git a/build.gradle b/build.gradle index 6be0e56582368246b92737e4629f64bcd3a11372..c13599d31372e0a9e2deddf310f3ce8e62c31391 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 3523cee2b3d330ed91553e24c0f4cf06bd2ca3af..6ee710db0ef4661da58cc1abae900c8a283fccdd 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'