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

@@ -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",