We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc396d6 commit 9a3a25fCopy full SHA for 9a3a25f
android/build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
32
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
33
// classes if needed. Such as com.onesignal.NotificationExtenderService
34
- api 'com.onesignal:OneSignal:5.6.2'
+ api 'com.onesignal:OneSignal:5.7.1'
35
36
testImplementation 'junit:junit:4.12'
37
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-onesignal",
3
- "version": "5.3.2",
+ "version": "5.3.3",
4
"description": "React Native OneSignal SDK",
5
"files": [
6
"dist",
0 commit comments