Commit 86f8c9c8 authored by yinjiacheng's avatar yinjiacheng

add 阿里云镜像

parent 6fe7989b
...@@ -5,12 +5,10 @@ buildscript { ...@@ -5,12 +5,10 @@ buildscript {
addRepos(repositories) addRepos(repositories)
ext.kotlin_version = build_versions.kotlin_version ext.kotlin_version = build_versions.kotlin_version
repositories { repositories {
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url "https://jitpack.io" } maven { url 'https://maven.aliyun.com/repository/google' }
// 友盟 SDK maven仓库地址 maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://repo1.maven.org/maven2/' } maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
// 新浪微博官方分享SDK
maven { url "https://dl.bintray.com/thelasterstar/maven/" }
google() google()
mavenCentral() mavenCentral()
jcenter() jcenter()
...@@ -27,15 +25,10 @@ buildscript { ...@@ -27,15 +25,10 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url "https://www.jitpack.io" } maven { url 'https://maven.aliyun.com/repository/google' }
// 友盟 SDK maven仓库地址 maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://repo1.maven.org/maven2/' } maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
// 新浪微博官方分享SDK
maven { url "https://dl.bintray.com/thelasterstar/maven/" }
maven { url "http://dailybuild2.yidian-inc.com:8088/repository/maven-public/" }
// ping++ maven仓库地址
maven { url "https://dl.bintray.com/pingxx/maven" }
google() google()
mavenCentral() mavenCentral()
jcenter() jcenter()
......
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