1
0
mirror of https://github.com/sschueller/peertube-android synced 2025-03-02 18:27:57 +01:00
Thorium-android-app/settings.gradle
2022-02-04 14:06:07 +01:00

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'