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:
parent
43f0341297
commit
34a3387cf4
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue