Skip to content

Commit 814a341

Browse files
authored
fix(android): replace jcenter with mavenCentral (#626)
1 parent 29dbec0 commit 814a341

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44

55
repositories {
66
google()
7-
jcenter()
7+
mavenCentral()
88
}
99

1010
dependencies {
@@ -51,7 +51,6 @@ android {
5151

5252
repositories {
5353
mavenCentral()
54-
jcenter()
5554
google()
5655

5756
def found = false

0 commit comments

Comments
 (0)