Skip to content

Commit 875b98b

Browse files
onesignal-deploygithub-actions[bot]fadi-george
authored
chore: Release 5.4.2 (#1937)
Co-authored-by: github-actions[bot] <noreply@onesignal.com> Co-authored-by: Fadi George <fadii925@gmail.com>
1 parent f48b826 commit 875b98b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/build.gradle

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

examples/demo/bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/demo/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ PODS:
14461446
- React-RCTFBReactNativeSpec
14471447
- ReactCommon/turbomodule/core
14481448
- ReactNativeDependencies
1449-
- react-native-onesignal (5.4.1):
1449+
- react-native-onesignal (5.4.2):
14501450
- hermes-engine
14511451
- OneSignalXCFramework (= 5.5.0)
14521452
- RCTRequired
@@ -2349,7 +2349,7 @@ SPEC CHECKSUMS:
23492349
React-logger: 9e51e01455f15cb3ef87a09a1ec773cdb22d56c1
23502350
React-Mapbuffer: 92b99e450e8ff598b27d6e4db3a75e04fd45e9a9
23512351
React-microtasksnativemodule: 2fe0f2bd2840dedbd66c0ac249c64f977f39cc18
2352-
react-native-onesignal: 21bb718c560cd7e6e763594ace7a4599606d0452
2352+
react-native-onesignal: 426b38a83b1f4f60d540c3c240dfa2e64dc10520
23532353
react-native-safe-area-context: 37e680fc4cace3c0030ee46e8987d24f5d3bdab2
23542354
React-NativeModulesApple: 44a9474594566cd03659f92e38f42599c6b9dee4
23552355
React-networking: db73d91466cb134fcbdaaa579fb2de14e2c2ea01

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.4.1",
3+
"version": "5.4.2",
44
"description": "React Native OneSignal SDK",
55
"keywords": [
66
"android",

0 commit comments

Comments
 (0)