Skip to content

Commit 4a5efe9

Browse files
committed
Updating Instabug SDK to 8.5.0
1 parent 47f9e60 commit 4a5efe9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Change Log
22
==========
33

4+
Version 8.4.0 *(2019-07-01)*
5+
----------------------------
6+
* With SDK V8.5, we’re introducing major improvements to the Repro Steps feature to make it more readable and usable for both technical and non-technical customers:
7+
1. Improving the algorithm we follow to capture text from the app’s UI to help your users understand which part of the app their user was interacting with.
8+
2. Capturing the icon when the user interacts with buttons or navigation items.
9+
3. Adding support to new UI components: switch, text fields, and sliders.
10+
4. Instabug can now capture all the user steps and repro steps out of the box without any required code addition on your side.
11+
12+
* We've removed a previous restriction on the App Version field in surveys targeting. You can now target surveys/announcements by app version no matter what format you use.
13+
* Adding new API to capture screenshots Using MediaProjection to capture H/W accelerated views.
14+
* Various Bug Fixes
15+
16+
417
Version 8.4.0 *(2019-05-26)*
518
----------------------------
619
* Putting the screenshots back in the Repro Steps.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
//TODO add the following 2 lines if you exclude io.reactivex from Instabug
5656
//implementation 'io.reactivex:rxjava:1.0.13'
5757
//implementation 'io.reactivex:rxandroid:1.0.1'
58-
implementation('com.instabug.library:instabug:8.4.0') {
58+
implementation('com.instabug.library:instabug:8.5.0') {
5959
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
6060
// exclude group: 'io.reactivex'
6161

0 commit comments

Comments
 (0)