mt_task_roomdb/settings.gradle
2021-12-02 21:57:16 +01:00

11 lines
286 B
Groovy

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