Skip to content

Commit d43a26c

Browse files
committed
Use v2.6.1 + gradle version upgrade
1 parent 75bb4e2 commit d43a26c

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

CHANGELOG.md

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

4+
Version 2.6.0 *(2016-08-03)*
5+
----------------------------
6+
7+
* Bug fixes
8+
49
Version 2.6.0 *(2016-08-03)*
510
----------------------------
611

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,38 @@ Using Instabug is as easy as "Get ready, Get set, Go".
2828

2929
Grab your desired flavour via Gradle:
3030
```groovy
31-
compile 'com.instabug.library:instabug:2.6.0'
31+
compile 'com.instabug.library:instabug:2.6.1'
3232
```
3333
or
3434
```groovy
35-
compile 'com.instabug.library:instabugcompat:2.6.0'
35+
compile 'com.instabug.library:instabugcompat:2.6.1'
3636
```
3737
or
3838
```groovy
39-
compile 'com.instabug.library:instabugabs:2.6.0'
39+
compile 'com.instabug.library:instabugabs:2.6.1'
4040
```
4141
or via Maven: (if you're that kind of person :bowtie:)
4242
```xml
4343
<dependency>
4444
<groupId>com.instabug.library</groupId>
4545
<artifactId>instabug</artifactId>
46-
<version>2.6.0</version>
46+
<version>2.6.1</version>
4747
</dependency>
4848
```
4949
or
5050
```xml
5151
<dependency>
5252
<groupId>com.instabug.library</groupId>
5353
<artifactId>instabugcompat</artifactId>
54-
<version>2.6.0</version>
54+
<version>2.6.1</version>
5555
</dependency>
5656
```
5757
or
5858
```xml
5959
<dependency>
6060
<groupId>com.instabug.library</groupId>
6161
<artifactId>instabugabs</artifactId>
62-
<version>2.6.0</version>
62+
<version>2.6.1</version>
6363
</dependency>
6464
```
6565

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
4141
// compile 'io.reactivex:rxjava:1.0.13'
4242
// compile 'io.reactivex:rxandroid:1.0.1'
43-
compile('com.instabug.library:instabug:2.6.0') {
43+
compile('com.instabug.library:instabug:2.6.1') {
4444
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
4545
// exclude group: 'io.reactivex'
4646

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.1.2'
8+
classpath 'com.android.tools.build:gradle:2.1.3'
99
}
1010
}
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Jun 27 13:14:35 EET 2016
1+
#Tue Aug 30 11:42:29 EEST 2016
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.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 commit comments

Comments
 (0)