Skip to content

Commit

Permalink
Update Native SDK Version Numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezp committed Feb 17, 2021
1 parent 7bf6cfa commit 0ecdd2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {

// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
// classes if needed. Such as com.onesignal.NotificationExtenderService
api 'com.onesignal:OneSignal:4.1.0'
api 'com.onesignal:OneSignal:4.2.0'

testImplementation 'junit:junit:4.12'
}
Expand Down
2 changes: 1 addition & 1 deletion react-native-onesignal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Pod::Spec.new do |s|
# pod 'React', :path => '../node_modules/react-native/'

# The Native OneSignal-iOS-SDK from cocoapods.
s.dependency 'OneSignal', '3.1.0'
s.dependency 'OneSignal', '3.2.1'
end

0 comments on commit 0ecdd2c

Please sign in to comment.