Skip to content

Commit eabddad

Browse files
author
Rodrigo Gomez Palacio
authored
Merge pull request #1239 from OneSignal/3.9.4-backport
Release 3.9.4 - Backport Native Fixes
2 parents ebcadbd + 6430879 commit eabddad

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
@@ -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.6'
27+
api 'com.onesignal:OneSignal:3.16.0'
2828

2929
testImplementation 'junit:junit:4.12'
3030
}

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

react-native-onesignal.podspec

Lines changed: 1 addition & 1 deletion
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 from cocoapods.
25-
s.dependency 'OneSignal', '2.16.1'
25+
s.dependency 'OneSignal', '2.16.5'
2626
end

0 commit comments

Comments
 (0)