LibreTube/settings.gradle

11 lines
284 B
Groovy
Raw Normal View History

2021-12-09 18:01:40 +05:30
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "LibreTube"
include ':app'