rubenv / node-apk-parser

Extract Android Manifest info from an APK file.
MIT License
79 stars 25 forks source link

Fixes #7 Cannot parse file. #8

Closed boulaycote closed 9 years ago

boulaycote commented 9 years ago

This fixes the issue outlined in #7 by adding a simple condition on the problematic input and parsing out the "raw" value.

Includes new test suite "test_apk_new" with a gradle built apk "test_new.apk".

Please review.

rubenv commented 9 years ago

This looks perfect, merging and releasing.

rubenv commented 9 years ago

published version 0.1.4 to npm

Thanks a lot!