Skip to content

Commit 4230207

Browse files
build.gradle: replaced jcenter with mavenCentral
1 parent 9843c64 commit 4230207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BuildTools/Android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:4.1.1'
@@ -12,6 +12,6 @@ buildscript {
1212
allprojects {
1313
repositories {
1414
google()
15-
jcenter()
15+
mavenCentral()
1616
}
1717
}

0 commit comments

Comments
 (0)