Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
build tools 24.0.1, webdav update
  • Loading branch information
AndyScherzinger committed Oct 24, 2016
commit 1dc0e04a5ebb4fc3bb682a0f4deee68e9dd53d4b
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Nextcloud Android Library is available under MIT license. See [LICENSE.md](https

### Third party libraries
```
Nextcloud Android Library uses Apache JackRabbit, version 2.2.5.
Nextcloud Android Library uses Apache JackRabbit, version 2.12.2.
Copyright (C) 2004-2010 The Apache Software Foundation.
Licensed under Apache License, Version 2.0.
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ repositories {
}

dependencies {
compile 'org.apache.jackrabbit:jackrabbit-webdav:2.10.1'
compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.2'
}

android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
buildToolsVersion "24.0.1"

sourceSets {
main {
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion sample_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
buildToolsVersion "24.0.1"

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion test_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
buildToolsVersion "24.0.1"

sourceSets {
main {
Expand Down