app 启动时发送一次电视开机命令

This commit is contained in:
Zhanghu
2025-09-16 11:54:00 +08:00
parent 616c15c408
commit ec2ab0fa64
4 changed files with 8 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
// sign the application
signingConfigs {
release {
@@ -51,7 +50,6 @@ android {
viewBinding true
}
android.applicationVariants.all { variant ->
def docDir = rootProject.getRootDir().getAbsolutePath() + "/../apk/dashboard"
def releaseDir = rootProject.getRootDir().getAbsolutePath() + "/../apk/dashboard"