show trailers

This commit is contained in:
Owen LeJeune
2022-02-21 00:05:31 -05:00
parent ac469b081c
commit d13e31d77f
14 changed files with 286 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
dependencyResolutionManagement {
@@ -10,6 +11,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
rootProject.name = "TVTime"