Skip to content

Commit 1d55ad7

Browse files
committed
Update Native Versions
1 parent 1bc1ecc commit 1d55ad7

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.3.1'
27+
api 'com.onesignal:OneSignal:4.3.2'
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.4.1'
25+
s.dependency 'OneSignal', '3.4.3'
2626
end

0 commit comments

Comments
 (0)