Skip to content

Commit

Permalink
Merge pull request #1208 from OneSignal/4.0.8-release
Browse files Browse the repository at this point in the history
4.0.8 Release
  • Loading branch information
jkasten2 authored Apr 30, 2021
2 parents 1bc1ecc + af12ee3 commit 6e529b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3.1'
api 'com.onesignal:OneSignal:4.3.2'

testImplementation 'junit:junit:4.12'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/RNOneSignalTS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-onesignal": "4.0.7"
"react-native-onesignal": "4.0.8"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-onesignal",
"version": "4.0.7",
"version": "4.0.8",
"description": "React Native OneSignal SDK",
"main": "src/index",
"typings": "src/index.d.ts",
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.4.1'
s.dependency 'OneSignal', '3.4.3'
end

0 comments on commit 6e529b9

Please sign in to comment.