Add domestic vendor push infrastructure
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven(url = "https://developer.huawei.com/repo/")
|
||||
maven(url = "https://developer.honor.com/repo")
|
||||
maven(url = "https://repos.xiaomi.com/maven")
|
||||
}
|
||||
}
|
||||
|
||||
val newBuildDir: Directory =
|
||||
rootProject.layout.buildDirectory
|
||||
|
||||
Reference in New Issue
Block a user