switch-jisuanqi/settings.gradle

17 lines
332 B
Groovy
Raw Permalink Normal View History

2023-05-26 08:52:04 +00:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "My Application6"
include ':app'