Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit 4dca089

Browse files
committed
Merge pull request #18 from cloudant/0.1-prep
0.1 prep
2 parents b44ae37 + 478221a commit 4dca089

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
A Java object cache for the [java-cloudant cloudant-client](https://github.com/cloudant/java-cloudant) and
44
Cloudant databases.
55

6+
This library is unsupported.
7+
68
## Usage
79

810
The minimum supported runtime is Java 1.8.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ subprojects {
4444

4545
dependencies {
4646
// Cloudant client (java-cloudant) version
47-
def javaCloudantVersion = '2.3.0'
47+
def javaCloudantVersion = '2.4.1'
4848
// Dependency on java-cloudant
4949
compile group: 'com.cloudant', name: 'cloudant-client', version: javaCloudantVersion
5050
// Dependencies for inheriting javadoc and creating doc links

0 commit comments

Comments
 (0)