Files
aiagent/saars/android-app/settings.gradle

17 lines
329 B
Groovy
Raw Normal View History

2026-03-07 09:01:00 +08:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "ChatPlatform"
include ":app"