Skip to content

Commit 953f368

Browse files
authored
Merge pull request #1751 from OneSignal/rel/4.5.4
Release 4.5.4
2 parents 6aca324 + 06a176d commit 953f368

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
3131
// classes if needed. Such as com.onesignal.NotificationExtenderService
32-
api 'com.onesignal:OneSignal:4.8.8'
32+
api 'com.onesignal:OneSignal:4.8.10'
3333

3434
testImplementation 'junit:junit:4.12'
3535
}

examples/RNOneSignalTS/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "16.13.1",
1414
"react-native": "0.64.1",
15-
"react-native-onesignal": "^4.5.3"
15+
"react-native-onesignal": "^4.5.4"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.8.4",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-onesignal",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
44
"description": "React Native OneSignal SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

react-native-onesignal.podspec

+1-1
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', '3.12.9'
25+
s.dependency 'OneSignalXCFramework', '3.12.10'
2626
end

0 commit comments

Comments
 (0)