From db46af052f47079220e5a3bbe9181dde5fbe24e1 Mon Sep 17 00:00:00 2001 From: Mohamed Zakaria Date: Tue, 27 Aug 2019 20:02:58 +0200 Subject: [PATCH] Updating SDK version to 8.6.2 --- CHANGELOG.md | 4 ++++ app/build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d90aad7..d6c2d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Change Log ========== +Version 8.6.1 *(2019-08-27)* +---------------------------- +* Bug fix: Fixing ANR issue + Version 8.6.1 *(2019-08-19)* ---------------------------- * Introducing our new logo and branding. Meet the new Instabug: the platform for Real-Time Contextual Insights. diff --git a/app/build.gradle b/app/build.gradle index bfc363e..20f939c 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.6.1') { + implementation('com.instabug.library:instabug:8.6.2') { // TODO uncomment this line to exclude RxJava from Instabug and use your own version // exclude group: 'io.reactivex'