Skip to content

Commit

Permalink
Release commit for React-Native release 3.7.3
Browse files Browse the repository at this point in the history
* Updates native Android SDK from 3.13.1 to 3.13.2
  • Loading branch information
mikechoch committed Apr 28, 2020
1 parent ccec663 commit 7313795
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:3.13.1'
api 'com.onesignal:OneSignal:3.13.2'

testImplementation 'junit:junit:4.12'
}
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": "3.7.2",
"version": "3.7.3",
"description": "React Native OneSignal SDK",
"main": "index",
"scripts": {
Expand Down

1 comment on commit 7313795

@jkasten2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.