File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 4.2.10 * (2017-08-06)*
5
+ ----------------------------
6
+ * Introduce ` addExtraReportField ` API to add extra fields to the bug/feedback reports
7
+ * Fix email field hiding after calling ` identifyUser ` API
8
+
9
+ Version 4.2.9 * (2017-08-17)*
10
+ ----------------------------
11
+ * New API to add file attachment as an array of bytes
12
+ * Fix issue with receiving notifications for already read messages
13
+ * Fix issue with taking screenshots for GLSurfaceView
14
+
15
+ Version 4.2.8 * (2017-08-10)*
16
+ ----------------------------
17
+ * Adding the ability to differentiate between ui elements with the same type in user steps
18
+
4
19
Version 4.2.7 * (2017-08-06)*
5
20
----------------------------
6
21
* Introduce ` setVideoRecordingFloatingButtonCorner ` to change the position of the screen recording floating button
7
22
* Fix mic remains muted after screen recording
8
23
* Remove ` No known package when getting name for resource number 0xffffffff ` warning while collecting view hierarchy
9
24
* Fix user attributes issue with crash reporting
10
25
11
-
12
26
Version 4.2.6 * (2017-07-21)*
13
27
----------------------------
14
28
* Increase the length of InstabugLog to 10K
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
60
60
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
61
61
// compile 'io.reactivex:rxjava:1.0.13'
62
62
// compile 'io.reactivex:rxandroid:1.0.1'
63
- compile(' com.instabug.library:instabug:4.2.7 ' ) {
63
+ compile(' com.instabug.library:instabug:4.2.10 ' ) {
64
64
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
65
65
// exclude group: 'io.reactivex'
66
66
You can’t perform that action at this time.
0 commit comments