We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafffef commit a1c807cCopy full SHA for a1c807c
android/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
// Exclude OkHttp from OneSignal's transitive deps: the 5.7.x otel module pulls in OkHttp 5.x
34
// (via opentelemetry-exporter-sender-okhttp) which is binary-incompatible with React Native's
35
// networking stack (okhttp3.internal.Util removed in 5.x). React Native already provides OkHttp 4.x.
36
- api('com.onesignal:OneSignal:5.7.3') {
+ api('com.onesignal:OneSignal:5.7.4') {
37
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
38
}
39
0 commit comments