You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
|
|
|
|
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
|
|
|
|
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
|
maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
|
|
|
|
maven { url 'https://developer.huawei.com/repo/' }
|
|
|
|
maven { url "https://jitpack.io" }
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
|
|
|
|
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
|
|
|
|
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
|
|
|
maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
|
|
|
|
maven { url 'https://developer.huawei.com/repo/' }
|
|
|
|
maven { url "https://jitpack.io" }
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
include ':app', ':library'
|