Update to new version of STFService. Also, there's actually no need to stop the service before starting it, because it will be done for us on reinstall.

This commit is contained in:
Simo Kinnunen
2014-05-12 15:35:08 +09:00
parent 111db01500
commit 02003da91f
3 changed files with 7 additions and 16 deletions

View File

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