We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339d5a6 commit b2a03feCopy full SHA for b2a03fe
android/native.gradle
@@ -4,5 +4,4 @@ project.ext.instabug = [
4
5
dependencies {
6
api "com.instabug.library:instabug:${project.ext.instabug.version}"
7
- api "com.instabug.library:instabug-with-okhttp-interceptor:${project.ext.instabug.version}"
8
}
examples/hybrid/android/app/build.gradle
@@ -74,6 +74,7 @@ dependencies {
74
implementation libs.androidx.annotation.experimental
75
implementation "com.facebook.react:react-android"
76
implementation "com.facebook.react:hermes-android"
77
+ implementation "com.instabug.library:instabug-with-okhttp-interceptor:${project.ext.instabug.version}"
78
79
configurations.all {
80
resolutionStrategy {
0 commit comments