book_and/settings.gradle

17 lines
326 B
Groovy
Raw Permalink Normal View History

2023-03-26 20:40:07 +09:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
2024-08-01 18:04:10 +09:00
rootProject.name = "Bum's App"
2023-03-26 20:40:07 +09:00
include ':app'