Skip to content

Commit

Permalink
3.9.2 Release Commit
Browse files Browse the repository at this point in the history
Update package.json files, gradle & podspec files with latest native versions.

Update binary file
  • Loading branch information
rgomezp committed Oct 21, 2020
1 parent 4012c41 commit 05e143e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {

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

testImplementation 'junit:junit:4.12'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/RNOneSignal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"react": "16.9.0",
"react-native": "^0.61.2",
"react-native-onesignal": "^3.9.1"
"react-native-onesignal": "^3.9.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
Expand Down
Binary file modified ios/libOneSignal.a
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-onesignal",
"version": "3.9.1",
"version": "3.9.2",
"description": "React Native OneSignal SDK",
"main": "index",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions react-native-onesignal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.source = { :git => "#{package_json["repository"]["url"]}.git", :tag => "#{s.version}" }
s.source_files = 'ios/RCTOneSignal/*.{h,m}'
s.static_framework = true
s.static_framework = true
# The "React" pod is required due to the use of RCTBridgeModule, RCTEventEmitter, etc
# Ensuring we have version 0.13.0 or greater to avoid a cocoapods issue noted in React Native's release notes
# https://github.com/facebook/react-native/releases/tag/v0.13.0
Expand All @@ -22,5 +22,5 @@ Pod::Spec.new do |s|
# pod 'React', :path => '../node_modules/react-native/'

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

0 comments on commit 05e143e

Please sign in to comment.