Files
yusheng-android/settings.gradle
梁小江 ec58f46bf8 1:修改我的页面
2:添加爵位功能
2025-11-12 11:34:34 +08:00

69 lines
2.5 KiB
Groovy
Raw Permalink 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 = "羽声语音"
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'
include ':Loadinglibrary'
include 'locktableview'