阿里云依赖

This commit is contained in:
2026-05-09 17:47:02 +08:00
parent 9440687b30
commit 3df00ad493
13 changed files with 285 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
pluginManagement {
repositories {
maven(url = "https://maven.aliyun.com/repository/gradle-plugin")
gradlePluginPortal()
google {
content {
includeGroupByRegex("com\\.android.*")
@@ -19,6 +21,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven(url = "https://maven.aliyun.com/repository/public/")
}
}