app 启动时发送一次电视开机命令
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user