adbkit-apkreader
Advanced tools
Comparing version 3.1.0 to 3.1.1
# Changelog | ||
## 3.1.1 (2018-11-11) | ||
### Fixes | ||
* Fixed manifest parsing on applications processed by 360 encryption services, which changes the `application` key to `com.stub.StubApp`. Thanks @JChord! | ||
## 3.1.0 (2018-09-27) | ||
@@ -4,0 +10,0 @@ |
@@ -201,2 +201,3 @@ 'use strict' | ||
case 'application': | ||
case 'com.stub.StubApp': // 360 encryption services (adbkit-apkreader#13) | ||
manifest.application = this.parseApplication(element) | ||
@@ -203,0 +204,0 @@ break |
{ | ||
"name": "adbkit-apkreader", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Extracts information from APK files.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
38596
854