Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 4368a80

Browse files
author
Tom Blench
committed
Update cloudant-http to 2.11.0
1 parent 52326db commit 4368a80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AndroidTest/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
compile 'commons-io:commons-io:2.4'
8686
compile 'commons-codec:commons-codec:1.9'
8787
compile 'org.apache.commons:commons-lang3:3.3.2'
88-
compile group: 'com.cloudant', name: 'cloudant-http', version:'2.10.0'
88+
compile group: 'com.cloudant', name: 'cloudant-http', version:'2.11.0'
8989
compile 'com.google.code.findbugs:jsr305:3.0.0' //this is needed for some versions of android
9090
compile files('../../cloudant-sync-datastore-android-encryption/libs/sqlcipher.jar') //required sqlcipher lib
9191
compile files('../../cloudant-sync-datastore-android/libs/android-support-v4.jar')

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [IMPROVED] Updated documentation by replacing deprecated links with the latest Bluemix or CouchDB links.
77
- [IMPROVED] Added `seq_interval` to improve `Changes` API throughput when replicating from
88
a CouchDB 2.x endpoint.
9-
- [UPGRADED] Upgraded to version 2.10.0 of the `cloudant-http` library.
9+
- [UPGRADED] Upgraded to version 2.11.0 of the `cloudant-http` library.
1010

1111
# 2.0.2 (2017-06-20)
1212
- [FIXED] Removed cloudant-sync-datastore-android project dependency

cloudant-sync-datastore-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ************ //
44
dependencies {
55

6-
compile group: 'com.cloudant', name: 'cloudant-http', version:'2.10.0'
6+
compile group: 'com.cloudant', name: 'cloudant-http', version:'2.11.0'
77
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.1.1'
88
compile group: 'commons-codec', name: 'commons-codec', version:'1.10'
99
compile group: 'commons-io', name: 'commons-io', version:'2.4'

0 commit comments

Comments
 (0)