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

Update STFService to 0.7.3 to fix browser list getting updated all the time.

This commit is contained in:
Simo Kinnunen 2014-05-23 11:19:42 +09:00
parent 21d4480f77
commit 52fffe91af
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ module.exports = syrup.serial()
var log = logger.createLogger('device:resources:service')
var resource = {
requiredVersion: '0.7.2'
requiredVersion: '0.7.3'
, pkg: 'jp.co.cyberagent.stf'
, main: 'jp.co.cyberagent.stf.Agent'
, apk: pathutil.vendor('STFService/STFService.apk')