Skip to content

Commit abdc546

Browse files
committed
Updating SDK version to 8.7.0
1 parent 1deef6b commit abdc546

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

4+
Version 8.7.0 *(2019-09-16)*
5+
----------------------------
6+
* More Detailed Instabug Prompt:
7+
* To make sure your users pick the correct option when they invoke Instabug, we added a description to each option to help them decide whether their report is a bug, an improvement, or a support question.
8+
* Nested Report Categories:
9+
* You can now benefit from flexible hierarchies while setting up your report categories. Add up to 4 levels deep and up to 20 categories in each level.
10+
* Each category consists of a title and a description. A description helps your users understand when to select a specific option.
11+
* With Nested Categories, you can reach a more efficient automated workflow. Auto-reply to your customers with the relevant answer they need based on their selection of categories and automatically route the report to the correct team.
12+
* You can find more details about how to benefit from the Report Categories here: https://docs.instabug.com/docs/reporting-categories
13+
* Detecting app status during a crash (foreground/background)
14+
415
Version 8.6.3 *(2019-08-31)*
516
----------------------------
617
* Introducing our new logo and branding. Meet the new Instabug: the platform for Real-Time Contextual Insights \[Logo Updated]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more info, visit [Instabug.com](https://www.instabug.com).
1515
Add this line to your build.gradle file.
1616

1717
```groovy
18-
implementation 'com.instabug.library:instabug:8.4.0'
18+
implementation 'com.instabug.library:instabug:8.7.0'
1919
```
2020

2121
## Usage

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.6.3') {
58+
implementation('com.instabug.library:instabug:8.7.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)