File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 8.6.1 * (2019-08-27)*
5
+ ----------------------------
6
+ * Bug fix: Fixing ANR issue
7
+
4
8
Version 8.6.1 * (2019-08-19)*
5
9
----------------------------
6
10
* Introducing our new logo and branding. Meet the new Instabug: the platform for Real-Time Contextual Insights.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
56
56
// implementation 'io.reactivex:rxjava:1.0.13'
57
57
// implementation 'io.reactivex:rxandroid:1.0.1'
58
- implementation(' com.instabug.library:instabug:8.6.1 ' ) {
58
+ implementation(' com.instabug.library:instabug:8.6.2 ' ) {
59
59
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
60
60
// exclude group: 'io.reactivex'
61
61
You can’t perform that action at this time.
0 commit comments