Skip to content

Commit

Permalink
Releasing 8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mzelzoghbi committed Oct 24, 2019
1 parent 75d4869 commit f5846bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change Log
==========

## [Deprecated]
Please refer to our [releases](https://github.com/Instabug/Instabug-Android/releases) page for latest changes and releases.

Version 8.7.0 *(2019-09-16)*
----------------------------
* More Detailed Instabug Prompt:
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.7.0'
implementation 'com.instabug.library:instabug:8.7.2'
```

## 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.7.0') {
implementation('com.instabug.library:instabug:8.7.2') {
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
// exclude group: 'io.reactivex'

Expand Down

0 comments on commit f5846bc

Please sign in to comment.