Skip to content

Commit 971acea

Browse files
authored
Update README.md
1 parent a8c20db commit 971acea

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,11 @@ Usage
99
--------
1010
Using Instabug is as easy as "Get ready, Get set, Go".
1111

12-
1. <b>Determining which Instabug flavour to use</b> (Getting ready)
13-
* If your `minSdkVersion` is `14+`:
14-
15-
Check `Above14` flavour
16-
17-
* If your `minSdkVersion` is `10+`:
18-
19-
Check `belowApi14` flavour
20-
2112
1. <b>Adding Instabug to your dependencies</b> (Getting set)
2213

2314
Grab via Gradle:
2415
```groovy
25-
compile 'com.instabug.library:instabug:4.2.6'
26-
```
27-
28-
or via Maven: (if you're that kind of person :bowtie:)
29-
30-
```xml
31-
<dependency>
32-
<groupId>com.instabug.library</groupId>
33-
<artifactId>instabug</artifactId>
34-
<version>4.2.6</version>
35-
</dependency>
16+
compile 'com.instabug.library:instabug:4.3.3'
3617
```
3718
3819
1. <b>Using Instabug</b> (Good to go!)

0 commit comments

Comments
 (0)