From f5a6f877c802ec4572906db6860c708945e18076 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Fri, 20 Apr 2018 15:59:45 +0900 Subject: [PATCH] Bump adbkit-apkreader to fix manifest parsing issues with long strings. --- CHANGELOG.md | 1 + package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e073fce..44b35b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixes - Updated [STFService.apk](https://github.com/openstf/STFService.apk) to fix an issue on high aspect ratio devices like the Mi Mix 2 where a portion of the screen may not have been visible. +- Updated [adbkit-apkreader](https://github.com/openstf/adbkit-apkreader) to resolve issues with certain APK files that were unparseable and therefore could not be installed. The issue was with long strings in the manifest file. ## 3.3.0 (2018-03-25) diff --git a/package.json b/package.json index 17ecbbd1..173b1e6f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "@slack/client": "^3.5.4", "adbkit": "^2.9.2", - "adbkit-apkreader": "^2.1.2", + "adbkit-apkreader": "^3.0.1", "adbkit-monkey": "^1.0.1", "aws-sdk": "^2.4.13", "basic-auth": "^1.0.3", diff --git a/yarn.lock b/yarn.lock index 1ed4123d..73ee2233 100644 --- a/yarn.lock +++ b/yarn.lock @@ -88,9 +88,9 @@ acorn@^5.0.1: version "5.0.3" resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d" -adbkit-apkreader@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/adbkit-apkreader/-/adbkit-apkreader-2.1.2.tgz#5bcf164fea9192ee13b2a225249f1b1b3e6ff541" +adbkit-apkreader@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/adbkit-apkreader/-/adbkit-apkreader-3.0.1.tgz#04de571335c731ea247f0ba78e911ae1b65832c0" dependencies: bluebird "^3.4.7" debug "~0.7.4"