Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog/unreleased/4558
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion owncloudComLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading