mirror of
https://github.com/sschueller/peertube-android
synced 2025-03-02 18:27:57 +01:00
12 lines
326 B
Groovy
12 lines
326 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven { url "https://jitpack.io" }
|
|
jcenter() // Warning: this repository is going to shut down soon
|
|
}
|
|
}
|
|
rootProject.name = "Peertube"
|
|
include ':app'
|