diff --git a/CHANGELOG.md b/CHANGELOG.md index a843c2cea7b..9fa18efaaad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ ownCloud admins and users. ## Summary * Change - Bump target SDK to 35: [#4529](https://github.com/owncloud/android/issues/4529) +* Change - Replace dav4android location: [#4536](https://github.com/owncloud/android/issues/4536) ## Details @@ -48,6 +49,13 @@ ownCloud admins and users. https://github.com/owncloud/android/issues/4529 https://github.com/owncloud/android/pull/4556 +* Change - Replace dav4android location: [#4536](https://github.com/owncloud/android/issues/4536) + + Dav4android location has been moved from GitLab to GitHub. + + https://github.com/owncloud/android/issues/4536 + https://github.com/owncloud/android/pull/4558 + # Changelog for ownCloud Android Client [4.5.1] (2025-04-03) The following sections list the changes in ownCloud Android Client 4.5.1 relevant to diff --git a/changelog/unreleased/4558 b/changelog/unreleased/4558 new file mode 100644 index 00000000000..e85bb5891e9 --- /dev/null +++ b/changelog/unreleased/4558 @@ -0,0 +1,6 @@ +Change: Replace dav4android location + +dav4android location has been moved from GitLab to GitHub. + +https://github.com/owncloud/android/issues/4536 +https://github.com/owncloud/android/pull/4558 diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index b67c6464539..3eae2deb971 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'kotlin-parcelize' dependencies { api 'com.squareup.okhttp3:okhttp:4.9.2' implementation libs.kotlin.stdlib - api 'com.gitlab.ownclouders:dav4android:oc_support_2.1.5' + api 'com.github.owncloud:dav4android:oc_support_2.1.5' // Androidx implementation libs.androidx.core.ktx