File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 9
9
--------
10
10
Using Instabug is as easy as "Get ready, Get set, Go".
11
11
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
-
21
12
1 . <b >Adding Instabug to your dependencies</b > (Getting set)
22
13
23
14
Grab via Gradle:
24
15
``` 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'
36
17
```
37
18
38
19
1. <b>Using Instabug</b> (Good to go!)
You can’t perform that action at this time.
0 commit comments