Skip to content

Commit c65f2e9

Browse files
authored
Merge pull request #4558 from owncloud/technical/replace_dav4android_location
[TECHNICAL] Replace dav4android location
2 parents 8f6697f + b724862 commit c65f2e9

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ ownCloud admins and users.
3737
## Summary
3838

3939
* Change - Bump target SDK to 35: [#4529](https://github.com/owncloud/android/issues/4529)
40+
* Change - Replace dav4android location: [#4536](https://github.com/owncloud/android/issues/4536)
4041

4142
## Details
4243

@@ -48,6 +49,13 @@ ownCloud admins and users.
4849
https://github.com/owncloud/android/issues/4529
4950
https://github.com/owncloud/android/pull/4556
5051

52+
* Change - Replace dav4android location: [#4536](https://github.com/owncloud/android/issues/4536)
53+
54+
Dav4android location has been moved from GitLab to GitHub.
55+
56+
https://github.com/owncloud/android/issues/4536
57+
https://github.com/owncloud/android/pull/4558
58+
5159
# Changelog for ownCloud Android Client [4.5.1] (2025-04-03)
5260

5361
The following sections list the changes in ownCloud Android Client 4.5.1 relevant to

changelog/unreleased/4558

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Change: Replace dav4android location
2+
3+
dav4android location has been moved from GitLab to GitHub.
4+
5+
https://github.com/owncloud/android/issues/4536
6+
https://github.com/owncloud/android/pull/4558

owncloudComLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'kotlin-parcelize'
66
dependencies {
77
api 'com.squareup.okhttp3:okhttp:4.9.2'
88
implementation libs.kotlin.stdlib
9-
api 'com.gitlab.ownclouders:dav4android:oc_support_2.1.5'
9+
api 'com.github.owncloud:dav4android:oc_support_2.1.5'
1010

1111
// Androidx
1212
implementation libs.androidx.core.ktx

0 commit comments

Comments
 (0)