File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,15 @@ dependencies {
52
52
implementation ' com.google.firebase:firebase-core:16.0.0'
53
53
implementation ' com.google.firebase:firebase-messaging:17.0.0'
54
54
55
- // TODO add the following 2 lines if you exclude io.reactivex from Instabug
56
- // implementation 'io.reactivex:rxjava:1.0.13'
57
- // implementation 'io.reactivex:rxandroid:1.0.1'
58
- implementation(' com.instabug.library:instabug:8.1.1 ' ) {
59
- // TODO uncomment this line to exclude RxJava from Instabug and use your own version
60
- // exclude group: 'io.reactivex'
55
+ // TODO add the following 2 lines if you exclude io.reactivex from Instabug
56
+ // implementation 'io.reactivex:rxjava:1.0.13'
57
+ // implementation 'io.reactivex:rxandroid:1.0.1'
58
+ implementation(' com.instabug.library:instabug:8.1.2 ' ) {
59
+ // TODO uncomment this line to exclude RxJava from Instabug and use your own version
60
+ // exclude group: 'io.reactivex'
61
61
62
- // TODO uncomment next line if you're facing compilation issue in build.gradle about gms different versions
63
- // exclude group: 'com.android.support'
62
+ // TODO uncomment next line if you're facing compilation issue in build.gradle about gms different versions
63
+ // exclude group: 'com.android.support'
64
64
}
65
65
implementation ' petrov.kristiyan:colorpicker-library:1.1.8'
66
-
67
-
68
-
69
66
}
You can’t perform that action at this time.
0 commit comments