mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Mute devices when they're being used if the --mute-master option is given.
This commit is contained in:
parent
aca27428b0
commit
d9d47cc3bf
7 changed files with 65 additions and 2 deletions
|
@ -17,7 +17,7 @@ module.exports = syrup.serial()
|
|||
pathutil.vendor('STFService/wire.proto'))
|
||||
|
||||
var resource = {
|
||||
requiredVersion: '1.0.0'
|
||||
requiredVersion: '1.0.1'
|
||||
, pkg: 'jp.co.cyberagent.stf'
|
||||
, main: 'jp.co.cyberagent.stf.Agent'
|
||||
, apk: pathutil.vendor('STFService/STFService.apk')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue