|
@@ -20,9 +20,10 @@
|
|
|
|
|
|
buildscript {
|
|
|
repositories {
|
|
|
- google()
|
|
|
- jcenter()
|
|
|
- maven{ url 'https://maven.aliyun.com/repository/google' }
|
|
|
+ // google()
|
|
|
+ // jcenter()
|
|
|
+ maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
+ maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
@@ -40,9 +41,10 @@ configurations.all {
|
|
|
}
|
|
|
allprojects {
|
|
|
repositories {
|
|
|
- google()
|
|
|
- maven{ url 'https://maven.aliyun.com/repository/google' }
|
|
|
- jcenter()
|
|
|
+ // google()
|
|
|
+ // jcenter()
|
|
|
+ maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
+ maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
|
|
|
}
|
|
|
|
|
|
//This replaces project.properties w.r.t. build settings
|