Skip to content

Commit f5846bc

Browse files
committed
Releasing 8.7.2
1 parent 75d4869 commit f5846bc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

4+
## [Deprecated]
5+
Please refer to our [releases](https://github.com/Instabug/Instabug-Android/releases) page for latest changes and releases.
6+
47
Version 8.7.0 *(2019-09-16)*
58
----------------------------
69
* More Detailed Instabug Prompt:

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