Skip to content

Commit 0031190

Browse files
committed
Use v4.2.10
1 parent daecc66 commit 0031190

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
Change 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+
419
Version 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-
1226
Version 4.2.6 *(2017-07-21)*
1327
----------------------------
1428
* Increase the length of InstabugLog to 10K

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)