This repository was archived by the owner on Mar 11, 2022. It is now read-only.
Commit 7b42819 1 parent d2cf41b commit 7b42819 Copy full SHA for 7b42819
File tree 3 files changed +3
-2
lines changed
cloudant-sync-datastore-core
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ dependencies {
85
85
compile ' commons-io:commons-io:2.4'
86
86
compile ' commons-codec:commons-codec:1.9'
87
87
compile ' org.apache.commons:commons-lang3:3.3.2'
88
- compile group : ' com.cloudant' , name : ' cloudant-http' , version :' 2.11 .0'
88
+ compile group : ' com.cloudant' , name : ' cloudant-http' , version :' 2.12 .0'
89
89
compile ' com.google.code.findbugs:jsr305:3.0.0' // this is needed for some versions of android
90
90
compile files(' ../../cloudant-sync-datastore-android-encryption/libs/sqlcipher.jar' ) // required sqlcipher lib
91
91
compile files(' ../../cloudant-sync-datastore-android/libs/android-support-v4.jar' )
Original file line number Diff line number Diff line change 3
3
- [ IMPROVED] Improved efficiency of sub-query when picking winning
4
4
revisions. This improves performance when inserting revisions,
5
5
including during pull replication.
6
+ - [ UPGRADED] Upgraded to version 2.12.0 of the ` cloudant-http ` library.
6
7
7
8
# 2.1.0 (2017-12-04)
8
9
- [ NEW] Added API for upcoming IBM Cloud Identity and Access
Original file line number Diff line number Diff line change 3
3
// ************ //
4
4
dependencies {
5
5
6
- compile group : ' com.cloudant' , name : ' cloudant-http' , version :' 2.11 .0'
6
+ compile group : ' com.cloudant' , name : ' cloudant-http' , version :' 2.12 .0'
7
7
compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version :' 2.1.1'
8
8
compile group : ' commons-codec' , name : ' commons-codec' , version :' 1.10'
9
9
compile group : ' commons-io' , name : ' commons-io' , version :' 2.4'
You can’t perform that action at this time.
0 commit comments