1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Fix uninstallable STFService due to testOnly flag.

This commit is contained in:
Simo Kinnunen 2014-09-04 11:53:04 +09:00
parent b40f411631
commit f4d0071cc4
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ module.exports = syrup.serial()
pathutil.vendor('STFService/wire.proto')) pathutil.vendor('STFService/wire.proto'))
var resource = { var resource = {
requiredVersion: '0.7.22' requiredVersion: '0.7.23'
, pkg: 'jp.co.cyberagent.stf' , pkg: 'jp.co.cyberagent.stf'
, main: 'jp.co.cyberagent.stf.Agent' , main: 'jp.co.cyberagent.stf.Agent'
, apk: pathutil.vendor('STFService/STFService.apk') , apk: pathutil.vendor('STFService/STFService.apk')

Binary file not shown.