26 行
571 B
Plaintext
26 行
571 B
Plaintext
|
|
pluginManagement {
|
||
|
|
repositories {
|
||
|
|
maven(url = "https://nexus.xuqinmin.com/repository/android/")
|
||
|
|
google()
|
||
|
|
mavenCentral()
|
||
|
|
gradlePluginPortal()
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencyResolutionManagement {
|
||
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||
|
|
repositories {
|
||
|
|
maven(url = "https://nexus.xuqinmin.com/repository/android/")
|
||
|
|
google()
|
||
|
|
mavenCentral()
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
rootProject.name = "XuqmGroupAndroidSDK"
|
||
|
|
|
||
|
|
include(":sdk-core")
|
||
|
|
include(":sdk-im")
|
||
|
|
include(":sdk-push")
|
||
|
|
include(":sdk-update")
|
||
|
|
include(":sample-app")
|