This repository was archived by the owner on Mar 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
cloudant-sync-datastore-core Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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.11 .0'
88+ compile group : ' com.cloudant' , name : ' cloudant-http' , version :' 2.12 .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' )
@@ -145,4 +145,3 @@ def convertTestSysPropsToHash (){
145145 " }"
146146
147147}
148-
Original file line number Diff line number Diff line change 33- [ IMPROVED] Improved efficiency of sub-query when picking winning
44 revisions. This improves performance when inserting revisions,
55 including during pull replication.
6+ - [ UPGRADED] Upgraded to version 2.12.0 of the ` cloudant-http ` library.
67
78# 2.1.0 (2017-12-04)
89- [ NEW] Added API for upcoming IBM Cloud Identity and Access
Original file line number Diff line number Diff line change 33// ************ //
44dependencies {
55
6- compile group : ' com.cloudant' , name : ' cloudant-http' , version :' 2.11 .0'
6+ compile group : ' com.cloudant' , name : ' cloudant-http' , version :' 2.12 .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'
10-
10+
1111 testCompile group : ' org.hamcrest' , name : ' hamcrest-all' , version :' 1.3'
1212 testCompile group : ' junit' , name : ' junit' , version :' 4.11'
1313 testCompile group : ' org.mockito' , name : ' mockito-all' , version :' 1.9.5'
@@ -90,7 +90,7 @@ task unreliableNetworkTest(type: Test, dependsOn: testClasses) {
9090 // connections and the toxicity probabilities don't apply as we expect
9191 systemProperty " http.keepAlive" , false
9292 // ensure proxy is running!
93- filter {
93+ filter {
9494 includeTestsMatching " com.cloudant.sync.internal.replication.Unreliable*.*"
9595 }
9696}
@@ -128,7 +128,7 @@ uploadArchives {
128128
129129sourceSets {
130130 tools {
131- java
131+ java
132132 }
133133}
134134
You can’t perform that action at this time.
0 commit comments