Skip to content

Commit 1c72ff7

Browse files
committed
Adding mavenCentral
1 parent 167b5d7 commit 1c72ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
repositories {
55
google()
6-
jcenter()
6+
mavenCentral()
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:4.0.2'
@@ -16,7 +16,7 @@ buildscript {
1616
allprojects {
1717
repositories {
1818
google()
19-
jcenter()
19+
mavenCentral()
2020
}
2121
}
2222

0 commit comments

Comments
 (0)