1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Update adbkit to resolve an issue with recent versions of ADB that include a null byte in adbkey.pub, which was causing validation to fail.

This commit is contained in:
Simo Kinnunen 2017-04-09 22:01:49 +09:00
parent 43f0341297
commit 34a3387cf4
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@
- Updated [adbkit-apkreader](https://github.com/openstf/adbkit-apkreader) to resolve another unrelated parsing issue with slightly malformed manifest files.
- Updated [adbkit](https://github.com/openstf/adbkit) to resolve an issue where trailing spaces in an adb public key would cause an error during adb connect.
- Updated [adbkit](https://github.com/openstf/adbkit) to resolve issues with log parsing on Android 7.0 and later, caused by Android no longer transforming `\n` to `\r\n`.
- Updated [adbkit](https://github.com/openstf/adbkit) to resolve an issue with recent versions of ADB that include a null byte in `adbkey.pub`, which was causing validation to fail.
### Misc

View file

@ -34,7 +34,7 @@
},
"dependencies": {
"@slack/client": "^3.5.4",
"adbkit": "^2.8.1",
"adbkit": "^2.9.0",
"adbkit-apkreader": "^2.1.1",
"adbkit-monkey": "^1.0.1",
"aws-sdk": "^2.4.13",