Skip to content

Commit 0ecdd2c

Browse files
committed
Update Native SDK Version Numbers
1 parent 7bf6cfa commit 0ecdd2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:4.1.0'
27+
api 'com.onesignal:OneSignal:4.2.0'
2828

2929
testImplementation 'junit:junit:4.12'
3030
}

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', '3.1.0'
25+
s.dependency 'OneSignal', '3.2.1'
2626
end

0 commit comments

Comments
 (0)