Skip to content

Commit 7313795

Browse files
committed
Release commit for React-Native release 3.7.3
* Updates native Android SDK from 3.13.1 to 3.13.2
1 parent ccec663 commit 7313795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424

2525
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
2626
// classes if needed. Such as com.onesignal.NotificationExtenderService
27-
api 'com.onesignal:OneSignal:3.13.1'
27+
api 'com.onesignal:OneSignal:3.13.2'
2828

2929
testImplementation 'junit:junit:4.12'
3030
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-onesignal",
3-
"version": "3.7.2",
3+
"version": "3.7.3",
44
"description": "React Native OneSignal SDK",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)