1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Merge pull request #1178 from denis99999/patch-3

Required version of STFService.apk is now 2.4.2
This commit is contained in:
Karol Wrótniak 2020-02-18 21:13:40 +01:00 committed by GitHub
commit f4c41531ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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