Bioprobes_data/shengwutanzhen/settings.gradle

18 lines
332 B
Groovy
Raw Permalink Normal View History

2024-06-26 14:34:52 +08:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "shengwutanzhen"
include ':app'