Files
yusheng-android/settings.gradle
2025-08-11 17:12:10 +08:00

64 lines
2.4 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.*")
}
}
maven { url "https://jitpack.io" }
maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven' }
maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" }
maven { url 'https://mirrors.tencent.com/nexus/repository/maven-public/' }
maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven_public/' }
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://maven.aliyun.com/repository/google' } // Google专属库
maven { url "https://mvn.mob.com/android" }
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven { url "https://jitpack.io" }
maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven' }
maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" }
maven { url 'https://mirrors.tencent.com/nexus/repository/maven-public/' }
maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven_public/' }
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://maven.aliyun.com/repository/google' } // Google专属库
maven { url "https://mvn.mob.com/android" }
flatDir { dirs 'libs' } // 如果需要 flatDir放在这里
google()
mavenCentral()
}
}
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'