Skip to content

Commit d62425b

Browse files
onesignal-deploygithub-actions[bot]
andauthored
chore: Release 5.3.6 (#1923)
Co-authored-by: github-actions[bot] <noreply@onesignal.com>
1 parent 49a3375 commit d62425b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
// Exclude OkHttp from OneSignal's transitive deps: the 5.7.x otel module pulls in OkHttp 5.x
3737
// (via opentelemetry-exporter-sender-okhttp) which is binary-incompatible with React Native's
3838
// networking stack (okhttp3.internal.Util removed in 5.x). React Native already provides OkHttp 4.x.
39-
api('com.onesignal:OneSignal:5.7.2') {
39+
api('com.onesignal:OneSignal:5.7.3') {
4040
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
4141
}
4242

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-onesignal",
3-
"version": "5.3.5",
3+
"version": "5.3.6",
44
"description": "React Native OneSignal SDK",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)