Killergram/settings.gradle

11 lines
285 B
Groovy
Raw Normal View History

2021-11-09 19:45:17 +03:00
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "Killergram"
include ':app'