Skip to content

Commit 8de0165

Browse files
committed
Deep linking with Android
1 parent 96eaa01 commit 8de0165

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ allprojects {
1717
maven {
1818
url 'https://maven.google.com'
1919
}
20+
maven { url 'https://jitpack.io' }
2021
maven {
2122
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
2223
url "$rootDir/../node_modules/react-native/android"
@@ -52,5 +53,5 @@ dependencies {
5253
implementation 'com.facebook.react:react-native:+'
5354
implementation 'com.google.firebase:firebase-core:16.0.1'
5455
implementation 'com.google.firebase:firebase-messaging:17.3.4'
55-
implementation 'com.pusher:push-notifications-android:1.4.0'
56+
implementation 'com.github.Teamtailor:push-notifications-android:1.5.0-alpha'
5657
}

0 commit comments

Comments
 (0)