LobeChat-Android/settings.gradle.kts
moreoronce 1e3175db83 init
2024-10-05 12:35:47 +08:00

24 lines
No EOL
532 B
Text

pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "lobchat"
include(":app")