Temporarily move to aliyun

This commit is contained in:
fanchao 2024-08-08 15:17:17 +10:00
parent 007e705cd9
commit 46d3a4a555

View File

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