We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c945d1a commit f1a7c2bCopy full SHA for f1a7c2b
android/build.gradle
@@ -81,7 +81,9 @@ dependencies {
81
implementation "com.facebook.react:react-android"
82
83
implementation "com.google.code.gson:gson:2.12.1"
84
- implementation "tech.poool:access-android:1.7.0"
+ implementation("tech.poool:access-android:1.7.0") {
85
+ exclude group: "com.squareup.okhttp3", module: "logging-interceptor"
86
+ }
87
}
88
89
react {
0 commit comments