Skip to content

Commit 5b825d3

Browse files
committed
migrate from mavenCentral to jcenter (which is now the default for Android Studio)
1 parent 6ad7e5c commit 5b825d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressUtils/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-
mavenCentral()
3+
jcenter()
44
}
55
dependencies {
66
classpath 'com.android.tools.build:gradle:1.3.1'
@@ -12,7 +12,7 @@ apply plugin: 'maven'
1212
apply plugin: 'signing'
1313

1414
repositories {
15-
mavenCentral()
15+
jcenter()
1616
}
1717

1818
dependencies {

0 commit comments

Comments
 (0)