File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff 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
5361The following sections list the changes in ownCloud Android Client 4.5.1 relevant to
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'kotlin-parcelize'
66dependencies {
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
You can’t perform that action at this time.
0 commit comments