Commit 3218314c authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :
[实现方案] :
parent d0f3857e
...@@ -30,6 +30,16 @@ allprojects { ...@@ -30,6 +30,16 @@ allprojects {
maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" } maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" }
maven { url 'http://developer.huawei.com/repo/' } maven { url 'http://developer.huawei.com/repo/' }
maven { url 'https://developer.huawei.com/repo/' } // 华为 maven 仓库地址 maven { url 'https://developer.huawei.com/repo/' } // 华为 maven 仓库地址
maven {
url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
credentials {
// Be sure to add these non-sensitive credentials in order to retrieve dependencies from
// the private repository.
username 'paypal_sgerritz'
password 'AKCp8jQ8tAahqpT5JjZ4FRP2mW7GMoFZ674kGqHmupTesKeAY2G8NcmPKLuTxTGkKjDLRzDUQ'
}
}
} }
} }
......
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