Commit 344b4525 by 霍志良

feat:ui修改--修改gradle文件的maven路径导致的443的问题

parent fa323d1c
......@@ -87,7 +87,8 @@ allprojects {
// maven { url'http://developer.huawei.com/repo/' }
maven { url "https://jitpack.io" }
maven {
url 'https://maven.google.com'
// url 'https://maven.google.com'
url'https://dl.google.com/dl/android/maven2/'
}
maven {
url 'https://dl.bintray.com/zouyuhan/maven'
......
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.00",
"m-user" : "0.0.60.38",
"m-home" : "0.0.22.33",
"m-im" : "0.0.18.29",
"m-im" : "0.0.18.30",
"m-dynamic" : "0.0.7.13",
"m-article" : "0.0.0.6",
......
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