gralde: runApplication no more run every time
This commit is contained in:
parent
fb74ab8377
commit
ade3fedb3a
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ android.applicationVariants.all { variant ->
|
|||
})
|
||||
}
|
||||
|
||||
task runApplication() {
|
||||
task runApplication << {
|
||||
def result = exec {
|
||||
executable = android.getAdbExecutable().toString()
|
||||
ignoreExitValue true
|
||||
|
|
Loading…
Reference in a new issue