第一次提交
This commit is contained in:
@@ -49,10 +49,26 @@ dependencyResolutionManagement {
|
||||
maven {
|
||||
setUrl("https://oss.sonatype.org/content/repositories/snapshots/")
|
||||
}
|
||||
|
||||
maven {
|
||||
setUrl("https://maven.aliyun.com/repository/central")
|
||||
}
|
||||
maven {
|
||||
setUrl("https://maven.aliyun.com/repository/google")
|
||||
}
|
||||
maven {
|
||||
setUrl("https://maven.aliyun.com/repository/jcenter")
|
||||
}
|
||||
maven {
|
||||
setUrl("https://maven.aliyun.com/repository/gradle-plugin")
|
||||
}
|
||||
maven {
|
||||
setUrl("https://repo1.maven.org/maven2/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "lewan"
|
||||
rootProject.name = "yuliao"
|
||||
include(":app")
|
||||
include(":conversationkit-ui")
|
||||
include(":teamkit-ui")
|
||||
@@ -60,5 +76,7 @@ include(":contactkit-ui")
|
||||
include(":chatkit-ui")
|
||||
include(":locationkit")
|
||||
include(":fingermanager")
|
||||
include(":lib_callapi")
|
||||
include(":call_sw")
|
||||
//include(":citypickerview")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user