We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.6.5
1 parent a2839ba commit 52dcb17Copy full SHA for 52dcb17
android/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
25
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
26
// classes if needed. Such as com.onesignal.NotificationExtenderService
27
- api 'com.onesignal:OneSignal:3.12.6'
+ api 'com.onesignal:OneSignal:3.12.7'
28
29
testImplementation 'junit:junit:4.12'
30
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-onesignal",
3
- "version": "3.6.4",
+ "version": "3.6.5",
4
"description": "React Native OneSignal SDK",
5
"main": "index",
6
"scripts": {
0 commit comments