mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 16:25:15 +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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user