Skip to content

Commit 6231655

Browse files
added mavenCentral() for gradle builds (#418)
1 parent 9d2d744 commit 6231655

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
@@ -8,8 +8,8 @@ buildscript {
88
// module dependency in an application project.
99
if (project == rootProject) {
1010
repositories {
11+
mavenCentral()
1112
google()
12-
jcenter()
1313
}
1414

1515
dependencies {
@@ -36,8 +36,8 @@ android {
3636
}
3737

3838
repositories {
39+
mavenCentral()
3940
google()
40-
jcenter()
4141
}
4242

4343
dependencies {

0 commit comments

Comments
 (0)