Commit 39793164 authored by Him188's avatar Him188

Merge remote-tracking branch 'origin/master'

parents 4cccd854 0ea0bf23
...@@ -2,8 +2,8 @@ buildscript { ...@@ -2,8 +2,8 @@ buildscript {
ext.kotlin_version = '1.3.50' ext.kotlin_version = '1.3.50'
repositories { repositories {
jcenter()
google() google()
maven { url "https://mirrors.huaweicloud.com/repository/maven/" }
} }
dependencies { dependencies {
...@@ -16,11 +16,8 @@ allprojects { ...@@ -16,11 +16,8 @@ allprojects {
version = "1.0" version = "1.0"
repositories { repositories {
jcenter()
mavenCentral()
google() google()
maven { url "https://mirrors.huaweicloud.com/repository/maven/" } maven { url "https://mirrors.huaweicloud.com/repository/maven/" }
maven { url "http://repo.maven.apache.org/maven2" }
} }
apply from: rootProject.file('dependencies.gradle') apply from: rootProject.file('dependencies.gradle')
......
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