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.
2 parents 651399f + 9e73ffc commit 5e4952eCopy full SHA for 5e4952e
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.0.0'
+ api 'com.onesignal:OneSignal:5.0.2'
35
36
testImplementation 'junit:junit:4.12'
37
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-onesignal",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "React Native OneSignal SDK",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments