Skip to content

Commit 06d3b66

Browse files
committed
Update Instabug version to 8.1.2
1 parent 0d126c1 commit 06d3b66

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

app/build.gradle

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)