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.
1 parent 96eaa01 commit 8de0165Copy full SHA for 8de0165
android/build.gradle
@@ -17,6 +17,7 @@ allprojects {
17
maven {
18
url 'https://maven.google.com'
19
}
20
+ maven { url 'https://jitpack.io' }
21
22
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
23
url "$rootDir/../node_modules/react-native/android"
@@ -52,5 +53,5 @@ dependencies {
52
53
implementation 'com.facebook.react:react-native:+'
54
implementation 'com.google.firebase:firebase-core:16.0.1'
55
implementation 'com.google.firebase:firebase-messaging:17.3.4'
- implementation 'com.pusher:push-notifications-android:1.4.0'
56
+ implementation 'com.github.Teamtailor:push-notifications-android:1.5.0-alpha'
57
0 commit comments