Skip to content

Commit 5db7ccc

Browse files
committed
Use v4.0.6
1 parent f0649f3 commit 5db7ccc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

4+
Version 4.0.3 *(2017-03-22)*
5+
----------------------------
6+
* Bug fixes
7+
48
Version 4.0.3 *(2017-03-09)*
59
----------------------------
610
* Reduce memory footprint of the SDK

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Using Instabug is as easy as "Get ready, Get set, Go".
2222

2323
Grab via Gradle:
2424
```groovy
25-
compile 'com.instabug.library:instabug:4.0.3'
25+
compile 'com.instabug.library:instabug:4.0.6'
2626
```
2727
2828
or via Maven: (if you're that kind of person :bowtie:)
@@ -31,7 +31,7 @@ Using Instabug is as easy as "Get ready, Get set, Go".
3131
<dependency>
3232
<groupId>com.instabug.library</groupId>
3333
<artifactId>instabug</artifactId>
34-
<version>4.0.3</version>
34+
<version>4.0.6</version>
3535
</dependency>
3636
```
3737

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
6161
// compile 'io.reactivex:rxjava:1.0.13'
6262
// compile 'io.reactivex:rxandroid:1.0.1'
63-
compile('com.instabug.library:instabug:4.0.3') {
63+
compile('com.instabug.library:instabug:4.0.6') {
6464
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
6565
// exclude group: 'io.reactivex'
6666

0 commit comments

Comments
 (0)