We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a3375 commit d62425bCopy full SHA for d62425b
android/build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
// Exclude OkHttp from OneSignal's transitive deps: the 5.7.x otel module pulls in OkHttp 5.x
37
// (via opentelemetry-exporter-sender-okhttp) which is binary-incompatible with React Native's
38
// networking stack (okhttp3.internal.Util removed in 5.x). React Native already provides OkHttp 4.x.
39
- api('com.onesignal:OneSignal:5.7.2') {
+ api('com.onesignal:OneSignal:5.7.3') {
40
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
41
}
42
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-onesignal",
3
- "version": "5.3.5",
+ "version": "5.3.6",
4
"description": "React Native OneSignal SDK",
5
"files": [
6
"dist",
0 commit comments