Skip to content

Commit

Permalink
Updating SDK version to 8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mzelzoghbi committed Aug 27, 2019
1 parent 61c25a8 commit db46af0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit db46af0

Please sign in to comment.