mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Updated STFService.apk to fix an issue on high aspect ratio devices like the Mi Mix 2 where a portion of the screen may not have been visible. Closes #733.
This commit is contained in:
parent
a7e16482f0
commit
badb3ed3be
3 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## HEAD
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Updated [STFService.apk](https://github.com/openstf/STFService.apk) to fix an issue on high aspect ratio devices like the Mi Mix 2 where a portion of the screen may not have been visible.
|
||||||
|
|
||||||
## 3.3.0 (2018-03-25)
|
## 3.3.0 (2018-03-25)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
|
@ -17,7 +17,7 @@ module.exports = syrup.serial()
|
||||||
pathutil.vendor('STFService/wire.proto'))
|
pathutil.vendor('STFService/wire.proto'))
|
||||||
|
|
||||||
var resource = {
|
var resource = {
|
||||||
requiredVersion: '2.1.0'
|
requiredVersion: '2.2.0'
|
||||||
, 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')
|
||||||
|
|
BIN
vendor/STFService/STFService.apk
vendored
BIN
vendor/STFService/STFService.apk
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue