diff --git a/CHANGELOG.md b/CHANGELOG.md index 671c2292..5da85c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - 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. +- 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`. ### Misc diff --git a/package.json b/package.json index 1a24f193..b106efc6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@slack/client": "^3.5.4", - "adbkit": "^2.7.1", + "adbkit": "^2.8.1", "adbkit-apkreader": "^2.1.1", "adbkit-monkey": "^1.0.1", "aws-sdk": "^2.4.13",