Commit 7f33cc3c authored by shiyl's avatar shiyl

鉴于网络不稳定添加阿里镜像

parent b330ce9c
...@@ -5,13 +5,14 @@ buildscript { ...@@ -5,13 +5,14 @@ buildscript {
addRepos(repositories) addRepos(repositories)
ext.kotlin_version = build_versions.kotlin_version ext.kotlin_version = build_versions.kotlin_version
repositories { repositories {
mavenCentral() maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
// 友盟 SDK maven仓库地址 // 友盟 SDK maven仓库地址
maven { url 'https://repo1.maven.org/maven2/' } maven { url 'https://repo1.maven.org/maven2/' }
// 新浪微博官方分享SDK // 新浪微博官方分享SDK
maven { url "https://dl.bintray.com/thelasterstar/maven/" } maven { url "https://dl.bintray.com/thelasterstar/maven/" }
google() google()
mavenCentral()
jcenter() jcenter()
} }
dependencies { dependencies {
...@@ -26,7 +27,7 @@ buildscript { ...@@ -26,7 +27,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
mavenCentral() maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
maven { url "https://www.jitpack.io" } maven { url "https://www.jitpack.io" }
// 友盟 SDK maven仓库地址 // 友盟 SDK maven仓库地址
maven { url 'https://repo1.maven.org/maven2/' } maven { url 'https://repo1.maven.org/maven2/' }
...@@ -36,6 +37,7 @@ allprojects { ...@@ -36,6 +37,7 @@ allprojects {
// ping++ maven仓库地址 // ping++ maven仓库地址
maven { url "https://dl.bintray.com/pingxx/maven" } maven { url "https://dl.bintray.com/pingxx/maven" }
google() google()
mavenCentral()
jcenter() jcenter()
} }
addRepos(repositories) addRepos(repositories)
......
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