Skip to content

Commit 98c4a09

Browse files
committed
Upgrade native versions
1 parent 5b05140 commit 98c4a09

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
@@ -29,7 +29,7 @@ dependencies {
2929

3030
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
3131
// classes if needed. Such as com.onesignal.NotificationExtenderService
32-
api 'com.onesignal:OneSignal:4.4.1'
32+
api 'com.onesignal:OneSignal:4.5.1'
3333

3434
testImplementation 'junit:junit:4.12'
3535
}

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 XCFramework from cocoapods.
25-
s.dependency 'OneSignalXCFramework', '3.5.3'
25+
s.dependency 'OneSignalXCFramework', '3.6.1'
2626
end

0 commit comments

Comments
 (0)