diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de36e5d..1076ff13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Fixed Lenovo A806 and most likely other cheap Lenovo devices as well by updating [adbkit](https://github.com/openstf/adbkit). - 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. ### Misc diff --git a/package.json b/package.json index cbff7438..2caa287d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "@slack/client": "^3.5.4", "adbkit": "^2.6.2", - "adbkit-apkreader": "^2.0.0", + "adbkit-apkreader": "^2.1.1", "adbkit-monkey": "^1.0.1", "aws-sdk": "^2.4.13", "basic-auth": "^1.0.3",