mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-12 23:33:43 +08:00
* Fix Android TV APK distribution * Fix Android TV Gradle settings * Run Android TV APK checks on branch pushes * Add Android TV launcher assets
18 lines
264 B
Kotlin
18 lines
264 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "KVideo-TV"
|
|
include(":app")
|