mirror of https://github.com/FongMi/TV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
545 B
25 lines
545 B
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
jcenter()
|
|
google()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
mavenCentral()
|
|
jcenter()
|
|
google()
|
|
}
|
|
}
|
|
include ':app'
|
|
include ':tvbus'
|
|
include ':catvod'
|
|
include ':pyramid'
|
|
include ':forcetech'
|
|
include ':ijkplayer'
|
|
rootProject.name = "TV"
|
|
gradle.ext.exoplayerModulePrefix = 'exoplayer-'
|
|
apply from: file("/exo/core_settings.gradle")
|
|
|