Skip to content

Commit cfc7457

Browse files
committed
Updated build.gradle jcenter to mavenCentral
1 parent f7b6a73 commit cfc7457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
repositories {
55
google()
6-
jcenter()
6+
mavenCentral()
77
maven { url 'https://jitpack.io' }
88
maven { url 'https://maven.google.com' }
99

@@ -18,7 +18,7 @@ buildscript {
1818
allprojects {
1919
repositories {
2020
google()
21-
jcenter()
21+
mavenCentral()
2222
maven { url 'https://jitpack.io' }
2323
maven { url 'https://maven.google.com' }
2424

0 commit comments

Comments
 (0)