mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
4cef17c9ab
Co-authored-by: IndusAryan <a1@gmail.com>
12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "LibreTube"
|
|
|
|
include(":app")
|