Skip to content

Commit 05e143e

Browse files
committed
3.9.2 Release Commit
Update package.json files, gradle & podspec files with latest native versions. Update binary file
1 parent 4012c41 commit 05e143e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

android/build.gradle

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

2525
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
2626
// classes if needed. Such as com.onesignal.NotificationExtenderService
27-
api 'com.onesignal:OneSignal:3.15.3'
27+
api 'com.onesignal:OneSignal:3.15.4'
2828

2929
testImplementation 'junit:junit:4.12'
3030
}

examples/RNOneSignal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"react": "16.9.0",
1212
"react-native": "^0.61.2",
13-
"react-native-onesignal": "^3.9.1"
13+
"react-native-onesignal": "^3.9.2"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "^7.5.5",

ios/libOneSignal.a

276 KB
Binary file not shown.

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": "3.9.1",
3+
"version": "3.9.2",
44
"description": "React Native OneSignal SDK",
55
"main": "index",
66
"scripts": {

react-native-onesignal.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.platform = :ios, "8.0"
1212
s.source = { :git => "#{package_json["repository"]["url"]}.git", :tag => "#{s.version}" }
1313
s.source_files = 'ios/RCTOneSignal/*.{h,m}'
14-
s.static_framework = true
14+
s.static_framework = true
1515
# The "React" pod is required due to the use of RCTBridgeModule, RCTEventEmitter, etc
1616
# Ensuring we have version 0.13.0 or greater to avoid a cocoapods issue noted in React Native's release notes
1717
# https://github.com/facebook/react-native/releases/tag/v0.13.0
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
# pod 'React', :path => '../node_modules/react-native/'
2323

2424
# The Native OneSignal-iOS-SDK from cocoapods.
25-
s.dependency 'OneSignal', '2.15.2'
25+
s.dependency 'OneSignal', '2.15.4'
2626
end

0 commit comments

Comments
 (0)