Skip to content

Commit 4d3623e

Browse files
dmytro1morozovdmitriy1morozov
authored andcommitted
Migrate jcenter usage to mavenCentral
Signed-off-by: dmorozov <dmytro.morozov@yalantis.net>
1 parent 1a7653e commit 4d3623e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
repositories {
11-
jcenter()
11+
mavenCentral()
1212
maven {
1313
url 'https://maven.google.com/'
1414
name 'Google'
@@ -28,7 +28,7 @@ allprojects {
2828
group = GROUP
2929

3030
repositories {
31-
jcenter()
31+
mavenCentral()
3232
maven {
3333
url 'https://maven.google.com/'
3434
name 'Google'

0 commit comments

Comments
 (0)