2026-03-27 15:44:01 +08:00
|
|
|
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 = "AndroidLibs"
|
|
|
|
|
|
|
|
|
|
include(":commonsdk-core")
|
|
|
|
|
include(":commonsdk-compose")
|
2026-03-27 18:45:21 +08:00
|
|
|
include(":commonsdk-update")
|
2026-03-27 15:44:01 +08:00
|
|
|
include(":lib-szyx")
|
|
|
|
|
include(":sample-app")
|
|
|
|
|
include(":plugins:plugin-ui")
|