Skip to content

Commit f1a7c2b

Browse files
committed
fix(android): exclude okhttp3 logging interceptor
1 parent c945d1a commit f1a7c2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ dependencies {
8181
implementation "com.facebook.react:react-android"
8282

8383
implementation "com.google.code.gson:gson:2.12.1"
84-
implementation "tech.poool:access-android:1.7.0"
84+
implementation("tech.poool:access-android:1.7.0") {
85+
exclude group: "com.squareup.okhttp3", module: "logging-interceptor"
86+
}
8587
}
8688

8789
react {

0 commit comments

Comments
 (0)