Skip to content

Commit 7a7c952

Browse files
committed
release v4.11.1
1 parent aa16bfa commit 7a7c952

File tree

3 files changed

+28
-14
lines changed

3 files changed

+28
-14
lines changed

CHANGELOG.md

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

4+
Version 4.11.1 *(2018-02-27)*
5+
----------------------------
6+
* Fix issue with proguard
7+
8+
Version 4.11.0 *(2018-02-26)*
9+
----------------------------
10+
* Enhanced in-app notifications
11+
* Extended bug report fields
12+
* Enhanced bug report categories
13+
* Several bug fixes
14+
15+
Version 4.10.2 *(2018-02-18)*
16+
----------------------------
17+
* Network performance monitoring
18+
* Various bug fixes
19+
20+
Version 4.10.1 *(2018-02-14)*
21+
----------------------------
22+
* Fix issue with proguard
23+
24+
Version 4.10.0 *(2018-02-11)*
25+
----------------------------
26+
* Introducing Auto screen recording
27+
* Fix Chinese localizations
28+
429
Version 4.9.1 *(2018-01-29)*
530
----------------------------
631
* Various bug fixes

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,8 @@ Using Instabug is as easy as "Get ready, Get set, Go".
1313

1414
1. <b>Adding Instabug to your dependencies</b> (Getting set)
1515

16-
Grab via Gradle:
1716
```groovy
18-
implementation 'com.instabug.library:instabug:4.9.1'
19-
```
20-
21-
or via Maven: (if you're that kind of person :bowtie:)
22-
23-
```xml
24-
<dependency>
25-
<groupId>com.instabug.library</groupId>
26-
<artifactId>instabug</artifactId>
27-
<version>4.9.1</version>
28-
</dependency>
17+
implementation 'com.instabug.library:instabug:4.11.1'
2918
```
3019
3120
1. <b>Using Instabug</b> (Good to go!)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ dependencies {
4949
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
5050
// implementation 'io.reactivex:rxjava:1.0.13'
5151
// implementation 'io.reactivex:rxandroid:1.0.1'
52-
implementation('com.instabug.library:instabug:4.9.1') {
52+
implementation('com.instabug.library:instabug:4.11.1') {
5353
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
5454
// exclude group: 'io.reactivex'
5555

5656
// TODO uncomment next line if you're facing compilation issue in build.gradle about gms different versions
57-
exclude group: 'com.android.support'
57+
// exclude group: 'com.android.support'
5858
}
5959

6060

0 commit comments

Comments
 (0)