2026-04-21 22:07:29 +08:00
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
maven(url = "https://nexus.xuqinmin.com/repository/android/")
|
2026-05-05 17:54:59 +08:00
|
|
|
maven(url = "https://developer.hihonor.com/repo")
|
2026-04-21 22:07:29 +08:00
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
maven(url = "https://nexus.xuqinmin.com/repository/android/")
|
2026-05-05 17:54:59 +08:00
|
|
|
maven(url = "https://developer.hihonor.com/repo")
|
2026-04-21 22:07:29 +08:00
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
rootProject.name = "XuqmGroupAndroidSDK"
|
|
|
|
|
|
|
|
|
|
include(":sdk-core")
|
|
|
|
|
include(":sdk-im")
|
|
|
|
|
include(":sdk-push")
|
|
|
|
|
include(":sdk-update")
|
2026-05-07 19:39:38 +08:00
|
|
|
include(":sdk-webview")
|
2026-04-21 22:07:29 +08:00
|
|
|
include(":sample-app")
|