Skip to content

Commit 1a20119

Browse files
authored
Merge pull request #89 from Subv/patch-1
Remove jcenter from the list of repositories
2 parents c42c581 + f61fcb1 commit 1a20119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
jcenter()
3+
mavenCentral()
44
google()
55
}
66
dependencies {
@@ -12,7 +12,7 @@ allprojects {
1212
repositories {
1313
mavenLocal()
1414
google()
15-
jcenter()
15+
mavenCentral()
1616
maven {
1717
url 'https://maven.google.com'
1818
}
@@ -50,6 +50,6 @@ dependencies {
5050
implementation 'com.facebook.react:react-native:+'
5151
implementation 'com.google.firebase:firebase-core:16.0.1'
5252
implementation 'com.google.firebase:firebase-messaging:17.3.4'
53-
implementation 'com.pusher:push-notifications-android:1.4.5'
53+
implementation 'com.pusher:push-notifications-android:1.9.0'
5454

5555
}

0 commit comments

Comments
 (0)