This repository was archived by the owner on Oct 9, 2025. It is now read-only.
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 11Change Log
22==========
33
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+
419Version 4.2.7 * (2017-08-06)*
520----------------------------
621* Introduce ` setVideoRecordingFloatingButtonCorner ` to change the position of the screen recording floating button
722* Fix mic remains muted after screen recording
823* Remove ` No known package when getting name for resource number 0xffffffff ` warning while collecting view hierarchy
924* Fix user attributes issue with crash reporting
1025
11-
1226Version 4.2.6 * (2017-07-21)*
1327----------------------------
1428* Increase the length of InstabugLog to 10K
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
6060 // TODO add the following 2 lines if you exclude io.reactivex from Instabug
6161// compile 'io.reactivex:rxjava:1.0.13'
6262// 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 ' ) {
6464 // TODO uncomment this line to exclude RxJava from Instabug and use your own version
6565// exclude group: 'io.reactivex'
6666
You can’t perform that action at this time.
0 commit comments