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 7bf6cfa commit 0ecdd2cCopy full SHA for 0ecdd2c
android/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
25
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
26
// classes if needed. Such as com.onesignal.NotificationExtenderService
27
- api 'com.onesignal:OneSignal:4.1.0'
+ api 'com.onesignal:OneSignal:4.2.0'
28
29
testImplementation 'junit:junit:4.12'
30
}
react-native-onesignal.podspec
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
22
# pod 'React', :path => '../node_modules/react-native/'
23
# The Native OneSignal-iOS-SDK from cocoapods.
- s.dependency 'OneSignal', '3.1.0'
+ s.dependency 'OneSignal', '3.2.1'
end
0 commit comments