|
@@ -62,9 +62,11 @@ buildscript {
|
|
|
/**
|
|
|
* 依赖仓储
|
|
|
*/
|
|
|
- jcenter()
|
|
|
- mavenCentral()
|
|
|
- google()
|
|
|
+ maven{ url 'https://maven.aliyun.com/repository/public'}
|
|
|
+ maven { url 'https://maven.aliyun.com/repositories/jcenter' }
|
|
|
+ maven { url 'https://maven.aliyun.com/repositories/google' }
|
|
|
+ maven { url 'https://maven.aliyun.com/repository/central' }
|
|
|
+ maven { url "https://jitpack.io" }
|
|
|
}
|
|
|
/**
|
|
|
* Gradle插件
|
|
@@ -97,10 +99,10 @@ buildscript {
|
|
|
*/
|
|
|
allprojects {
|
|
|
repositories {
|
|
|
- google()
|
|
|
- jcenter()
|
|
|
- mavenCentral()
|
|
|
- maven { url 'https://dl.bintray.com/geamtear/maven' }
|
|
|
+ maven{ url 'https://maven.aliyun.com/repository/public'}
|
|
|
+ maven { url 'https://maven.aliyun.com/repositories/jcenter' }
|
|
|
+ maven { url 'https://maven.aliyun.com/repositories/google' }
|
|
|
+ maven { url 'https://maven.aliyun.com/repository/central' }
|
|
|
maven { url "https://jitpack.io" }
|
|
|
}
|
|
|
}
|