Biblib/settings.gradle
Thomas Andres Gomez 1a225e3732 Initial commit.
2021-05-07 10:01:00 +02:00

10 lines
271 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
// Warning: this repository is going to shut down soon
}
}
rootProject.name = "BibLib"
include ':app'