阿里sdk

This commit is contained in:
Robin
2026-02-20 17:56:24 +08:00
parent 39524692e5
commit f3af234308
524 changed files with 58345 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven {
url "http://maven.aliyun.com/nexus/content/groups/public/"
name 'jcenter'
allowInsecureProtocol = true
}
maven {
url "https://maven.aliyun.com/repository/google"
name 'google'
}
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenLocal()
maven {
url 'http://maven.aliyun.com/nexus/content/repositories/releases/'
allowInsecureProtocol = true
}
maven {
url "http://maven.aliyun.com/nexus/content/groups/public/"
name 'jcenter'
allowInsecureProtocol = true
}
maven {
url "https://maven.aliyun.com/repository/google"
name 'google'
}
}
}
include ':httpdns-sdk'
include ':demo'
include ':app'