We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c42c581 + f61fcb1 commit 1a20119Copy full SHA for 1a20119
1 file changed
android/build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
repositories {
3
- jcenter()
+ mavenCentral()
4
google()
5
}
6
dependencies {
@@ -12,7 +12,7 @@ allprojects {
12
13
mavenLocal()
14
15
16
maven {
17
url 'https://maven.google.com'
18
@@ -50,6 +50,6 @@ dependencies {
50
implementation 'com.facebook.react:react-native:+'
51
implementation 'com.google.firebase:firebase-core:16.0.1'
52
implementation 'com.google.firebase:firebase-messaging:17.3.4'
53
- implementation 'com.pusher:push-notifications-android:1.4.5'
+ implementation 'com.pusher:push-notifications-android:1.9.0'
54
55
0 commit comments