File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,14 @@ dependencies {
34
34
compile ' com.android.support:appcompat-v7:23.1.1'
35
35
// TODO if you use a lower version than 8.4.0 you should uncomment the exclude line to avoid errors
36
36
compile ' com.google.android.gms:play-services:8.4.0'
37
+ // TODO add the following 2 lines if you exclude io.reactivex from Instabug
38
+ // compile 'io.reactivex:rxjava:1.0.13'
39
+ // compile 'io.reactivex:rxandroid:1.0.1'
37
40
compile(' com.instabug.library:instabug:2.1' ) {
41
+ // TODO uncomment these 2 lines to exclude RxJava from Instabug and use your own version
42
+ // exclude group: 'io.reactivex', module: 'rxjava'
43
+ // exclude group: 'com.netflix.rxjava', module: 'rxjava-android'
44
+
38
45
exclude module : ' appcompat-v7'
39
46
// TODO uncomment next line if you're facing compilation issue in build.gradle about gms different versions
40
47
// exclude group: 'com.google.android.gms'
You can’t perform that action at this time.
0 commit comments