Update adbkit to 2.11.1 to fix public key parsing issues.

This commit is contained in:
Simo Kinnunen
2019-05-03 19:50:30 +09:00
parent 1218424aee
commit d595449a87
3 changed files with 9 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
### Fixes
- Updated [adbkit-apkreader](https://github.com/openstf/adbkit-apkreader) to fix an APK manifest parsing issue on applications processed by 360 encryption services, which changes the `application` key to `com.stub.StubApp`. Thanks @JChord!
- Updated [adbkit](https://github.com/openstf/adbkit) to public key parsing on recent versions of ADB. Thanks @codeskyblue!
### Enhancements