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 +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
2- - [ FIX] Another ` NoClassDefFoundError: com.squareup.okhttp.Authenticator ` for version 2.6.1 if the
3- optional okhttp dependency was not included.
1+ # 2.6.2 (2016-09-20)
2+ - [ FIX] ` NoClassDefFoundError: com.squareup.okhttp.Authenticator ` for version 2.6.1 if the optional
3+ okhttp dependency was not included.
44
55# 2.6.1 (2016-09-15)
66- [ FIX] ` NoClassDefFoundError: com.squareup.okhttp.Authenticator ` for version 2.6.0 if the optional
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ This is the official Cloudant library for Java.
2222Gradle:
2323``` groovy
2424dependencies {
25- compile group: 'com.cloudant', name: 'cloudant-client', version: '2.6.1 '
25+ compile group: 'com.cloudant', name: 'cloudant-client', version: '2.6.2 '
2626}
2727```
2828
2929Gradle with [ optional ` okhttp-urlconnection ` dependency] ( #optional-okhttp-dependency ) :
3030``` groovy
3131dependencies {
32- compile group: 'com.cloudant', name: 'cloudant-client', version: '2.6.1 '
32+ compile group: 'com.cloudant', name: 'cloudant-client', version: '2.6.2 '
3333 compile group: 'com.squareup.okhttp', name: 'okhttp-urlconnection', version: '2.7.5'
3434}
3535```
3939<dependency >
4040 <groupId >com.cloudant</groupId >
4141 <artifactId >cloudant-client</artifactId >
42- <version >2.6.1 </version >
42+ <version >2.6.2 </version >
4343</dependency >
4444~~~
4545
@@ -49,7 +49,7 @@ Maven with [optional `okhttp-urlconnection` dependency](#optional-okhttp-depende
4949<dependency >
5050 <groupId >com.cloudant</groupId >
5151 <artifactId >cloudant-client</artifactId >
52- <version >2.6.1 </version >
52+ <version >2.6.2 </version >
5353</dependency >
5454
5555<dependency >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ subprojects {
1818 apply plugin : ' signing'
1919
2020 group = ' com.cloudant'
21- version = ' 2.6.2-SNAPSHOT '
21+ version = ' 2.6.2'
2222
2323 // Note the gradle subproject names (e.g. cloudant-client, cloudant-http) are the maven
2424 // artifactIds - the maven pom project name entry and User-Agent name in client.properties are
You can’t perform that action at this time.
0 commit comments