Fix bug in STFService related to the phone status monitor.

This commit is contained in:
Valverde Antonio
2014-08-01 18:04:39 +09:00
parent e6465fe8cc
commit 9b7f4c399c
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.18'
requiredVersion: '0.7.19'
, pkg: 'jp.co.cyberagent.stf'
, main: 'jp.co.cyberagent.stf.Agent'
, apk: pathutil.vendor('STFService/STFService.apk')