Commit 0a2b63d4 authored by kenan's avatar kenan

aliyun镜像

parent 3c005ecc
...@@ -2,9 +2,11 @@ ...@@ -2,9 +2,11 @@
buildscript { buildscript {
repositories { repositories {
jcenter() maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.5.1' classpath 'com.android.tools.build:gradle:3.5.1'
...@@ -20,8 +22,10 @@ ext { ...@@ -20,8 +22,10 @@ ext {
allprojects { allprojects {
repositories { repositories {
jcenter() maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
google() maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
maven { url "https://raw.githubusercontent.com/Pgyer/mvn_repo_pgyer/master" } maven { url "https://raw.githubusercontent.com/Pgyer/mvn_repo_pgyer/master" }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment