Files
yusheng-android/settings.gradle
2025-06-09 09:14:32 +08:00

52 lines
1.7 KiB
Groovy
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
maven { url "https://maven.aliyun.com/repository/public/" }
maven { url "https://maven.aliyun.com/repository/central" }
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
maven { url "https://jitpack.io" }
maven { url "https://mvn.mob.com/android" }
maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url "https://maven.aliyun.com/repository/public/" }
maven { url "https://maven.aliyun.com/repository/central" }
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
maven { url "https://jitpack.io" }
maven { url "https://mvn.mob.com/android" }
maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" }
flatDir { dirs 'libs' } // 如果需要 flatDir放在这里
}
}
rootProject.name = "qxLive"
include ':app'
include ':moduleUtil' //工具模块
include ':moduleLogin' //登录模块
include ':modulemain' //首页模块
include ':modulevoice' //声播模块
include ':moduletablayout'
include ':modulecircle' //语圈模块
include ':modulevocal' //个人模块
include ':modulenews' //音域
include ':timcommon'
include ':tuichat'
include ':tuiconversation'
include ':tuicore'
include ':moduleroom'