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

Commit

Permalink
Merge pull request #94 from cloudant/sync-android-2.0.2
Browse files Browse the repository at this point in the history
Updated sync-android to 2.0.2
  • Loading branch information
ricellis authored Aug 11, 2017
2 parents 4dce188 + 123183d commit ec57139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
- [UPGRADED] Upgraded sync-android version from 2.0.0 to 2.0.2.
- [FIXED] Issue where nested JSON objects treated as strings not JSON.

# 0.4.0 (2017-04-07)
Expand Down
2 changes: 1 addition & 1 deletion assets/sync-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

dependencies {
compile group: 'com.cloudant', name: 'cloudant-sync-datastore-android-encryption', version:'2.0.0'
compile group: 'com.cloudant', name: 'cloudant-sync-datastore-android-encryption', version:'2.0.2'
}

android {
Expand Down

0 comments on commit ec57139

Please sign in to comment.