diff --git a/build.gradle b/build.gradle index 2fe5a5d8b..2bcf28646 100644 --- a/build.gradle +++ b/build.gradle @@ -61,9 +61,9 @@ allprojects { // In this section you declare where to find the dependencies of your project repositories { + jcenter() maven { url "http://maven.aliyun.com/nexus/content/groups/public/" } maven { url "https://oss.sonatype.org/content/repositories/snapshots" } - mavenCentral() } dependencies {