Skip to content

Commit 08ef9f7

Browse files
committed
3.2.6 Release
• Includes several crash fixes from the native iOS and Android SDK's • Fixes an issue that would have caused onOpened and onReceived events to stop firing in some cases in Android
1 parent 7f0f731 commit 08ef9f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compile fileTree(include: ['*.jar'], dir: 'libs')
2323
compile "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
2424

25-
compile('com.onesignal:OneSignal:3.9.1') {
25+
compile('com.onesignal:OneSignal:3.10.1') {
2626
// Exclude com.android.support(Android Support library) as the version range starts at 26.0.0
2727
// This is due to compileSdkVersion defaulting to 23 which cant' be lower than the support library version
2828
// And the fact that the default root project is missing the Google Maven repo required to pull down 26.0.0+

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.2.5",
3+
"version": "3.2.6",
44
"description": "React Native OneSignal Component",
55
"main": "index",
66
"scripts": {

react-native-onesignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313
s.source = { :git => "#{package_json["repository"]["url"]}.git", :tag => "#{s.version}" }
1414
s.source_files = 'ios/RCTOneSignal/*.{h,m}'
1515
s.dependency 'React'
16-
s.dependency 'OneSignal', '2.8.5'
16+
s.dependency 'OneSignal', '2.8.6'
1717

1818
end

0 commit comments

Comments
 (0)