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

@@ -2,6 +2,7 @@ buildscript {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
@@ -14,6 +15,7 @@ subprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}