mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-25 15:25:17 +02:00
Bump apkreader to address a parsing issue. Fixes #554.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
- Fixed Lenovo A806 and most likely other cheap Lenovo devices as well by updating [adbkit](https://github.com/openstf/adbkit).
|
||||
- Fixed ZUK Z1, Z2 and others by adding an alternate install location for our binaries, since `/data/local/tmp` is mounted as noexec on those devices. Thanks @dkw72n!
|
||||
- Updated [adbkit-apkreader](https://github.com/openstf/adbkit-apkreader) to resolve issues with certain APK files that were unparseable and therefore failed installation. We've only seen a single a single APK with this issue, but there could be more.
|
||||
- Updated [adbkit-apkreader](https://github.com/openstf/adbkit-apkreader) to resolve another unrelated parsing issue with slightly malformed manifest files.
|
||||
|
||||
### Misc
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"dependencies": {
|
||||
"@slack/client": "^3.5.4",
|
||||
"adbkit": "^2.6.2",
|
||||
"adbkit-apkreader": "^2.0.0",
|
||||
"adbkit-apkreader": "^2.1.1",
|
||||
"adbkit-monkey": "^1.0.1",
|
||||
"aws-sdk": "^2.4.13",
|
||||
"basic-auth": "^1.0.3",
|
||||
|
||||
Reference in New Issue
Block a user