Skip to content

Commit

Permalink
Merge pull request #1290 from OneSignal/4.3.1-release
Browse files Browse the repository at this point in the history
4.3.1 Release
  • Loading branch information
Rodrigo Gomez Palacio authored Sep 23, 2021
2 parents bbb9844 + 69de078 commit 59b2dea
Show file tree
Hide file tree
Showing 5 changed files with 5 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 @@ -29,7 +29,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.5.1'
api 'com.onesignal:OneSignal:4.6.0'

testImplementation 'junit:junit:4.12'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ private void removeObservers() {
this.removeEmailSubscriptionObserver();
this.removePermissionObserver();
this.removeSubscriptionObserver();
this.removeSMSSubscriptionObserver();
}

private void removeHandlers() {
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.64.1",
"react-native-onesignal": "4.3.0"
"react-native-onesignal": "4.3.1"
},
"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.3.0",
"version": "4.3.1",
"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 XCFramework from cocoapods.
s.dependency 'OneSignalXCFramework', '3.8.0'
s.dependency 'OneSignalXCFramework', '3.8.1'
end

0 comments on commit 59b2dea

Please sign in to comment.