Update STFService to 0.7.22 to hopefully reduce service deaths.

This commit is contained in:
Simo Kinnunen
2014-09-03 20:39:08 +09:00
parent 314caaee34
commit 9b0f1e1dca
2 changed files with 1 additions and 1 deletions

View File

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