Skip to content

Commit 61c25a8

Browse files
committed
Updating SDK to 8.6.1
1 parent d788635 commit 61c25a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
Version 8.6.1 *(2019-08-19)*
5+
----------------------------
6+
* Introducing our new logo and branding. Meet the new Instabug: the platform for Real-Time Contextual Insights.
7+
48
Version 8.6.0 *(2019-08-05)*
59
----------------------------
610
* We're updating the SDK flow when they pick "Ask a question" to match with "Report a bug" and "Suggest an improvement". As part of the change, some APIs have been deprecated. While they are still functional, we recommend that you start using the new APIs, as the deprecated ones will be completely removed in a future release.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
//TODO add the following 2 lines if you exclude io.reactivex from Instabug
5656
//implementation 'io.reactivex:rxjava:1.0.13'
5757
//implementation 'io.reactivex:rxandroid:1.0.1'
58-
implementation('com.instabug.library:instabug:8.6.0') {
58+
implementation('com.instabug.library:instabug:8.6.1') {
5959
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
6060
// exclude group: 'io.reactivex'
6161

0 commit comments

Comments
 (0)