Skip to content

Commit 004f6cd

Browse files
onesignal-deploygithub-actions[bot]
andauthored
chore: Release 5.3.2 (#1914)
Co-authored-by: github-actions[bot] <noreply@onesignal.com>
1 parent e3b2964 commit 004f6cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131

3232
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
3333
// classes if needed. Such as com.onesignal.NotificationExtenderService
34-
api 'com.onesignal:OneSignal:5.6.1'
34+
api 'com.onesignal:OneSignal:5.6.2'
3535

3636
testImplementation 'junit:junit:4.12'
3737
}

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.

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.1",
3+
"version": "5.3.2",
44
"description": "React Native OneSignal SDK",
55
"files": [
66
"dist",

react-native-onesignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
# pod 'React', :path => '../node_modules/react-native/'
2323

2424
# The Native OneSignal-iOS-SDK XCFramework from cocoapods.
25-
s.dependency 'OneSignalXCFramework', '5.4.1'
25+
s.dependency 'OneSignalXCFramework', '5.4.2'
2626
end

0 commit comments

Comments
 (0)