Skip to content

Commit b2a03fe

Browse files
committed
fix: fix android interception version
1 parent 339d5a6 commit b2a03fe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

android/native.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ project.ext.instabug = [
44

55
dependencies {
66
api "com.instabug.library:instabug:${project.ext.instabug.version}"
7-
api "com.instabug.library:instabug-with-okhttp-interceptor:${project.ext.instabug.version}"
87
}

examples/hybrid/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ dependencies {
7474
implementation libs.androidx.annotation.experimental
7575
implementation "com.facebook.react:react-android"
7676
implementation "com.facebook.react:hermes-android"
77+
implementation "com.instabug.library:instabug-with-okhttp-interceptor:${project.ext.instabug.version}"
7778
}
7879
configurations.all {
7980
resolutionStrategy {

0 commit comments

Comments
 (0)