Skip to content

Commit 28823a7

Browse files
committed
Exchange jcenter() with mavenCentral()
1 parent a461f17 commit 28823a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import groovy.json.JsonSlurper
55
buildscript {
66
repositories {
77
google()
8-
jcenter()
8+
mavenCentral()
99
}
1010

1111
dependencies {
@@ -32,7 +32,7 @@ allprojects {
3232
}
3333

3434
google()
35-
jcenter()
35+
mavenCentral()
3636
}
3737
}
3838

0 commit comments

Comments
 (0)