This repository was archived by the owner on Oct 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,15 @@ dependencies {
5252 implementation ' com.google.firebase:firebase-core:16.0.0'
5353 implementation ' com.google.firebase:firebase-messaging:17.0.0'
5454
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'
6161
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'
6464 }
6565 implementation ' petrov.kristiyan:colorpicker-library:1.1.8'
66-
67-
68-
6966}
You can’t perform that action at this time.
0 commit comments