Skip to content

Commit

Permalink
Bump adbkit to resolve issues with modified public keys w/ adb connect.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Mar 10, 2017
1 parent 5426311 commit e25a07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- 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.
- 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.

### Misc

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@slack/client": "^3.5.4",
"adbkit": "^2.6.2",
"adbkit": "^2.7.1",
"adbkit-apkreader": "^2.1.1",
"adbkit-monkey": "^1.0.1",
"aws-sdk": "^2.4.13",
Expand Down

0 comments on commit e25a07e

Please sign in to comment.