安卓tv打包

This commit is contained in:
mtvpls
2026-06-01 09:52:29 +08:00
parent a682998930
commit 9d3f458291
13 changed files with 486 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "MoonTVPlusAndroidTV"
include(":app")