Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 3571776

Browse files
author
Tom Blench
committed
Update CHANGES and build.gradle for 1.1.1
1 parent 73a0e05 commit 3571776

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Unreleased
1+
# 1.1.1 (2016-10-05)
2+
23
- [UPGRADED] Upgraded to version 2.6.2 of the `cloudant-http` library.
3-
- [REMOVED] Removed com.google.guava:guava:15.0 dependency applications may need to update their own
4+
- [REMOVED] Removed com.google.guava:guava:15.0 dependency. Applications may need to update their own
45
dependency tree to include guava if they are using it directly, but were relying on this library
56
to include it.
67

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply from: 'AndroidExec.gradle'
1313

1414
allprojects {
1515
group = 'com.cloudant'
16-
version = '1.1.1-SNAPSHOT'
16+
version = '1.1.1'
1717
description = """cloudant-sync"""
1818
//if the version says "snapshot" anywhere assume it is not a release
1919
ext.isReleaseVersion = !version.toUpperCase(Locale.ENGLISH).contains("SNAPSHOT")

0 commit comments

Comments
 (0)