Skip to content

Commit 879e0fa

Browse files
authored
Merge pull request #272 from eli1stark/master
Migrate from jcenter() to mavenCentral()
2 parents ec1d35a + a2524d8 commit 879e0fa

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
@@ -4,7 +4,7 @@ version '1.0-SNAPSHOT'
44
buildscript {
55
repositories {
66
google()
7-
jcenter()
7+
mavenCentral()
88
}
99

1010
dependencies {
@@ -15,7 +15,7 @@ buildscript {
1515
rootProject.allprojects {
1616
repositories {
1717
google()
18-
jcenter()
18+
mavenCentral()
1919
}
2020
}
2121

0 commit comments

Comments
 (0)