mirror of
https://github.com/jesperh1/view-youtube-dislike.git
synced 2025-05-16 09:18:15 +01:00
11 lines
296 B
Groovy
11 lines
296 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 = "Show Youtube Dislikes"
|
|
include ':app'
|