Skip to content

Commit

Permalink
Merge pull request #949 from OneSignal/react_native_release_3.6.4
Browse files Browse the repository at this point in the history
Release commit for `3.6.4`
  • Loading branch information
mikechoch authored Feb 1, 2020
2 parents d3466b9 + b353f78 commit a2839ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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.12.5'
api 'com.onesignal:OneSignal:3.12.6'

testImplementation 'junit:junit:4.12'
}
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.6.3",
"version": "3.6.4",
"description": "React Native OneSignal SDK",
"main": "index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-onesignal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.5'
s.dependency 'OneSignal', '2.12.6'
end

0 comments on commit a2839ba

Please sign in to comment.