Skip to content

Commit 0b089cd

Browse files
committed
replace JCenter with Maven
1 parent 864ce22 commit 0b089cd

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
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
jcenter()
3+
mavenCentral()
44
google()
55
}
66
dependencies {
@@ -25,7 +25,7 @@ android {
2525
}
2626

2727
repositories {
28-
jcenter()
28+
mavenCentral()
2929
maven {
3030
url 'https://maven.google.com/'
3131
name 'Google'

0 commit comments

Comments
 (0)