From f5846bc03a7485e6ed8b4f0736344dbbd5949be0 Mon Sep 17 00:00:00 2001 From: Mohamed Zakaria Date: Thu, 24 Oct 2019 13:22:44 +0200 Subject: [PATCH] Releasing 8.7.2 --- CHANGELOG.md | 3 +++ README.md | 2 +- app/build.gradle | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b654d..2f84c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Change Log ========== +## [Deprecated] +Please refer to our [releases](https://github.com/Instabug/Instabug-Android/releases) page for latest changes and releases. + Version 8.7.0 *(2019-09-16)* ---------------------------- * More Detailed Instabug Prompt: diff --git a/README.md b/README.md index 8053a83..e13ae1c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For more info, visit [Instabug.com](https://www.instabug.com). Add this line to your build.gradle file. ```groovy -implementation 'com.instabug.library:instabug:8.7.0' +implementation 'com.instabug.library:instabug:8.7.2' ``` ## Usage diff --git a/app/build.gradle b/app/build.gradle index 2062c5c..f055de3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ dependencies { //TODO add the following 2 lines if you exclude io.reactivex from Instabug //implementation 'io.reactivex:rxjava:1.0.13' //implementation 'io.reactivex:rxandroid:1.0.1' - implementation('com.instabug.library:instabug:8.7.0') { + implementation('com.instabug.library:instabug:8.7.2') { // TODO uncomment this line to exclude RxJava from Instabug and use your own version // exclude group: 'io.reactivex'