From 5a7109eb1083372076ce417f0e587123136517b6 Mon Sep 17 00:00:00 2001 From: Jason Flax Date: Fri, 31 Jan 2020 14:55:58 +0000 Subject: [PATCH] Release 4.7.0 --- README.md | 32 ++++++++++++++++---------------- gradle.properties | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f341df852..dfcc520c0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The official [MongoDB Stitch](https://stitch.mongodb.com/) SDK for Android/Java. - [Example Usage](#example-usage) ## Documentation -* [API/Javadoc Documentation](https://docs.mongodb.com/stitch-sdks/java/4.6.0/index.html) +* [API/Javadoc Documentation](https://docs.mongodb.com/stitch-sdks/java/4.7.0/index.html) * [MongoDB Stitch Documentation](https://docs.mongodb.com/stitch/) ## Discussion @@ -27,7 +27,7 @@ The SDK artifacts are hosted by JCenter/Bintray at https://bintray.com/mongodb/M Add the following to the build.gradle for your app module: ```gradle -implementation 'org.mongodb:stitch-android-sdk:4.6.0' +implementation 'org.mongodb:stitch-android-sdk:4.7.0' ``` Also add the following to your android block in your app module: @@ -44,12 +44,12 @@ This will start you off with the core SDK functionality as well as the remote Mo For customized dependencies use the following: ```gradle -implementation 'org.mongodb:stitch-android-core:4.6.0' -implementation 'org.mongodb:stitch-android-services-aws:4.6.0' -implementation 'org.mongodb:stitch-android-services-fcm:4.6.0' -implementation 'org.mongodb:stitch-android-services-http:4.6.0' -implementation 'org.mongodb:stitch-android-services-mongodb-remote:4.6.0' -implementation 'org.mongodb:stitch-android-services-twilio:4.6.0' +implementation 'org.mongodb:stitch-android-core:4.7.0' +implementation 'org.mongodb:stitch-android-services-aws:4.7.0' +implementation 'org.mongodb:stitch-android-services-fcm:4.7.0' +implementation 'org.mongodb:stitch-android-services-http:4.7.0' +implementation 'org.mongodb:stitch-android-services-mongodb-remote:4.7.0' +implementation 'org.mongodb:stitch-android-services-twilio:4.7.0' ``` #### R8 / ProGuard @@ -63,7 +63,7 @@ If you experience any ProGuard related warnings or error when using the Stitch S Add the following to the build.gradle for your module: ```gradle -implementation 'org.mongodb:stitch-server-sdk:4.6.0' +implementation 'org.mongodb:stitch-server-sdk:4.7.0' ``` This will start you off with the core SDK functionality as well as the remote MongoDB service. @@ -71,12 +71,12 @@ This will start you off with the core SDK functionality as well as the remote Mo For customized dependencies use the following: ```gradle -implementation 'org.mongodb:stitch-server-core:4.6.0' -implementation 'org.mongodb:stitch-server-services-aws:4.6.0' -implementation 'org.mongodb:stitch-server-services-fcm:4.6.0' -implementation 'org.mongodb:stitch-server-services-http:4.6.0' -implementation 'org.mongodb:stitch-server-services-mongodb-remote:4.6.0' -implementation 'org.mongodb:stitch-server-services-twilio:4.6.0' +implementation 'org.mongodb:stitch-server-core:4.7.0' +implementation 'org.mongodb:stitch-server-services-aws:4.7.0' +implementation 'org.mongodb:stitch-server-services-fcm:4.7.0' +implementation 'org.mongodb:stitch-server-services-http:4.7.0' +implementation 'org.mongodb:stitch-server-services-mongodb-remote:4.7.0' +implementation 'org.mongodb:stitch-server-services-twilio:4.7.0' ``` ## Example Usage @@ -98,7 +98,7 @@ implementation 'org.mongodb:stitch-server-services-twilio:4.6.0' 3. In your build.gradle for your app module, add the following to your dependencies block: ```gradle - implementation 'org.mongodb:stitch-android-sdk:4.6.0' + implementation 'org.mongodb:stitch-android-sdk:4.7.0' ``` 4. In your build.gradle for your app module, add the following to your android block: diff --git a/gradle.properties b/gradle.properties index 88a2422cd..d7c4177c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ org.gradle.daemon=false # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION=4.6.0 +VERSION=4.7.0