We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b05140 commit 98c4a09Copy full SHA for 98c4a09
android/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
30
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
31
// classes if needed. Such as com.onesignal.NotificationExtenderService
32
- api 'com.onesignal:OneSignal:4.4.1'
+ api 'com.onesignal:OneSignal:4.5.1'
33
34
testImplementation 'junit:junit:4.12'
35
}
react-native-onesignal.podspec
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
22
# pod 'React', :path => '../node_modules/react-native/'
23
24
# The Native OneSignal-iOS-SDK XCFramework from cocoapods.
25
- s.dependency 'OneSignalXCFramework', '3.5.3'
+ s.dependency 'OneSignalXCFramework', '3.6.1'
26
end
0 commit comments