Update InputAgent APK to hopefully solve InputService getting killed every now and then.

This commit is contained in:
Simo Kinnunen
2014-03-26 13:33:49 +09:00
parent b4e6e39761
commit 60cc74c3db
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ module.exports = syrup.serial()
var log = logger.createLogger('device:resources:inputagent')
var resource = {
requiredVersion: '~0.1.2'
requiredVersion: '~0.2.0'
, pkg: 'jp.co.cyberagent.stf.input.agent'
, main: 'jp.co.cyberagent.stf.input.agent.InputAgent'
, apk: pathutil.vendor('InputAgent/InputAgent.apk')