Thorium-android-app/settings.gradle

12 lines
326 B
Groovy
Raw Normal View History

2022-02-04 14:06:07 +01:00
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"
2018-03-03 01:10:13 +01:00
include ':app'