Skip to content

Commit

Permalink
Bump adbkit-apkreader to fix manifest parsing issues with long strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Apr 20, 2018
1 parent badb3ed commit f5a6f87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f5a6f87

Please sign in to comment.