fastingassistant/settings.gradle

17 lines
334 B
Groovy
Raw Normal View History

2022-05-17 18:12:37 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Fasting Assistant"
include ':app'