This repository was archived by the owner on Mar 11, 2022. It is now read-only.
File tree 3 files changed +3
-7
lines changed
cloudant-sync-datastore-core
3 files changed +3
-7
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 :' latest.integration '
88
+ compile group : ' com.cloudant' , name : ' cloudant-http' , version :' 2.11.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' )
@@ -108,7 +108,6 @@ dependencies {
108
108
repositories {
109
109
mavenLocal()
110
110
mavenCentral()
111
- maven { url " https://oss.sonatype.org/content/repositories/snapshots" }
112
111
}
113
112
114
113
task(uploadFixtures, type : AndroidExec ) {
Original file line number Diff line number Diff line change 6
6
- [ IMPROVED] Updated documentation by replacing deprecated links with the latest Bluemix or CouchDB links.
7
7
- [ IMPROVED] Added ` seq_interval ` to improve ` Changes ` API throughput when replicating from
8
8
a CouchDB 2.x endpoint.
9
+ - [ UPGRADED] Upgraded to version 2.11.0 of the ` cloudant-http ` library.
9
10
10
11
# 2.0.2 (2017-06-20)
11
12
- [ FIXED] Removed cloudant-sync-datastore-android project dependency
Original file line number Diff line number Diff line change 1
- repositories {
2
- maven { url " https://oss.sonatype.org/content/repositories/snapshots" }
3
- }
4
-
5
1
// ************ //
6
2
// CORE PROJ
7
3
// ************ //
8
4
dependencies {
9
5
10
- compile group : ' com.cloudant' , name : ' cloudant-http' , version :' latest.integration '
6
+ compile group : ' com.cloudant' , name : ' cloudant-http' , version :' 2.11.0 '
11
7
compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version :' 2.1.1'
12
8
compile group : ' commons-codec' , name : ' commons-codec' , version :' 1.10'
13
9
compile group : ' commons-io' , name : ' commons-io' , version :' 2.4'
You can’t perform that action at this time.
0 commit comments