Skip to content

Commit f0649f3

Browse files
committed
Use v4.0.3
1 parent cb63927 commit f0649f3

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

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

4+
Version 4.0.3 *(2017-03-09)*
5+
----------------------------
6+
* Reduce memory footprint of the SDK
7+
* Bug fixes
8+
9+
Version 4.0.2 *(2017-02-17)*
10+
----------------------------
11+
* Bug fixes
12+
413
Version 4.0.1 *(2017-02-07)*
514
----------------------------
615
* Bug fixes

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.1'
25+
compile 'com.instabug.library:instabug:4.0.3'
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.1</version>
34+
<version>4.0.3</version>
3535
</dependency>
3636
```
3737

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.3"
5+
buildToolsVersion '25.0.0'
66

77
defaultConfig {
88
applicationId "com.example.instabug"
@@ -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.1') {
63+
compile('com.instabug.library:instabug:4.0.3') {
6464
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
6565
// exclude group: 'io.reactivex'
6666

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.3'
8+
classpath 'com.android.tools.build:gradle:2.3.0'
99
}
1010
}
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Aug 30 11:42:29 EEST 2016
1+
#Thu Mar 09 17:34:02 EET 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 commit comments

Comments
 (0)