Skip to content

Commit

Permalink
Updating SDK version to 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzelzoghbi committed Sep 16, 2019
1 parent 1deef6b commit abdc546
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

Version 8.7.0 *(2019-09-16)*
----------------------------
* More Detailed Instabug Prompt:
* 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.
* Nested Report Categories:
* 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.
* Each category consists of a title and a description. A description helps your users understand when to select a specific option.
* 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.
* You can find more details about how to benefit from the Report Categories here: https://docs.instabug.com/docs/reporting-categories
* Detecting app status during a crash (foreground/background)

Version 8.6.3 *(2019-08-31)*
----------------------------
* Introducing our new logo and branding. Meet the new Instabug: the platform for Real-Time Contextual Insights \[Logo Updated]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more info, visit [Instabug.com](https://www.instabug.com).
Add this line to your build.gradle file.

```groovy
implementation 'com.instabug.library:instabug:8.4.0'
implementation 'com.instabug.library:instabug:8.7.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
//TODO add the following 2 lines if you exclude io.reactivex from Instabug
//implementation 'io.reactivex:rxjava:1.0.13'
//implementation 'io.reactivex:rxandroid:1.0.1'
implementation('com.instabug.library:instabug:8.6.3') {
implementation('com.instabug.library:instabug:8.7.0') {
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
// exclude group: 'io.reactivex'

Expand Down

0 comments on commit abdc546

Please sign in to comment.