Temporarily move to aliyun

pull/1608/head
fanchao 9 months ago
parent 007e705cd9
commit 46d3a4a555

@ -56,7 +56,9 @@ allprojects {
includeGroupByRegex "org\\.signal.*"
}
}
jcenter()
maven {
url "https://maven.aliyun.com/repository/public"
}
maven { url "https://jitpack.io" }
if (project.hasProperty('huawei')) maven {
url 'https://developer.huawei.com/repo/'

Loading…
Cancel
Save