child_guard/settings.gradle

17 lines
328 B
Groovy
Raw Permalink Normal View History

2023-12-18 07:07:21 +00:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Child Guard"
include ':app'