Commit 7f33cc3c authored by shiyl's avatar shiyl

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

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