Skip to content

Commit

Permalink
use main branch
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Oct 27, 2022
1 parent 6549214 commit 684d1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ configurations {
dependencies {
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5'
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
implementation 'com.github.tobiasKaminsky:dav4jvm:addSearch-SNAPSHOT'
implementation 'com.github.bitfireAT:dav4jvm:main-SNAPSHOT'
// in transition phase, we use old and new libs
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
implementation 'androidx.annotation:annotation:1.5.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public RemoteOperationResult run(NextcloudClient client) {

new DavResource(disabledRedirectClient,
HttpUrl.get(fullFilePath))
.propPatch(newProperties, removeProperties, (response, hrefRelation) -> {
.proppatch(newProperties, removeProperties, (response, hrefRelation) -> {
//resultCode = response.isSuccess();
return null;
});
Expand Down

0 comments on commit 684d1e1

Please sign in to comment.