Skip to content

Commit

Permalink
Update Native SDK Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezp committed Oct 20, 2020
1 parent 17999d0 commit db692f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:3.15.3'
api 'com.onesignal:OneSignal:4.0.0-beta2'

testImplementation 'junit:junit:4.12'
}
Expand Down
4 changes: 2 additions & 2 deletions react-native-onesignal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.source = { :git => "#{package_json["repository"]["url"]}.git", :tag => "#{s.version}" }
s.source_files = 'ios/RCTOneSignal/*.{h,m}'
s.static_framework = true
s.static_framework = true
# The "React" pod is required due to the use of RCTBridgeModule, RCTEventEmitter, etc
# Ensuring we have version 0.13.0 or greater to avoid a cocoapods issue noted in React Native's release notes
# https://github.com/facebook/react-native/releases/tag/v0.13.0
Expand All @@ -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', '2.15.2'
s.dependency 'OneSignal', '3.0.0-beta2'
end

0 comments on commit db692f7

Please sign in to comment.