Update STF Service APK to v2.4.9 (#482)

* Update required STFService.apk version

* Add apk v2.4.9
This commit is contained in:
Karol Wrótniak
2022-03-25 15:13:47 +01:00
committed by GitHub
parent da399c672a
commit cc79f28bde
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: '2.4.8'
requiredVersion: '2.4.9'
, pkg: 'jp.co.cyberagent.stf'
, main: 'jp.co.cyberagent.stf.Agent'
, apk: pathutil.vendor('STFService/STFService.apk')