From 123183d19bef343defd57fb81d9c7f0985c6b8e0 Mon Sep 17 00:00:00 2001 From: Rich Ellis Date: Fri, 11 Aug 2017 15:42:59 +0100 Subject: [PATCH] Updated sync-android to 2.0.2 --- CHANGES.md | 1 + assets/sync-extras.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2fa1c00..44b2379 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/assets/sync-extras.gradle b/assets/sync-extras.gradle index d92f934..bf16856 100644 --- a/assets/sync-extras.gradle +++ b/assets/sync-extras.gradle @@ -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 {