Skip to content

Commit 340bb3e

Browse files
author
Mohamed Sobhy
committed
Use v2.3
1 parent c98f05c commit 340bb3e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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.2.1'
31+
compile 'com.instabug.library:instabug:2.3'
3232
```
3333
or
3434
```groovy
35-
compile 'com.instabug.library:instabugcompat:2.2.1'
35+
compile 'com.instabug.library:instabugcompat:2.3'
3636
```
3737
or
3838
```groovy
39-
compile 'com.instabug.library:instabugabs:2.2.1'
39+
compile 'com.instabug.library:instabugabs:2.3'
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.2.1</version>
46+
<version>2.3</version>
4747
</dependency>
4848
```
4949
or
5050
```xml
5151
<dependency>
5252
<groupId>com.instabug.library</groupId>
5353
<artifactId>instabugcompat</artifactId>
54-
<version>2.2.1</version>
54+
<version>2.3</version>
5555
</dependency>
5656
```
5757
or
5858
```xml
5959
<dependency>
6060
<groupId>com.instabug.library</groupId>
6161
<artifactId>instabugabs</artifactId>
62-
<version>2.2.1</version>
62+
<version>2.3</version>
6363
</dependency>
6464
```
6565

app/build.gradle

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

0 commit comments

Comments
 (0)