mihaip / dex-method-counts

Command-line tool to count per-package methods in Android .dex files
Apache License 2.0
2.6k stars 376 forks source link

Version number is hardcoded #24

Closed UnoShintaro closed 8 years ago

UnoShintaro commented 8 years ago

Version number of dex-method-counts is hardcoded as "1.0" in every versions. https://github.com/mihaip/dex-method-counts/blob/master/src/info/persistent/dex/Main.java#L203

I'd like to use this useful tool in my daily job and I have to get permission from the security office to do that. They told me they need managable version number of the object for tracking purpose, so hardcoded one is not acceptable.

mihaip commented 8 years ago

I've increased the version number to 1.5 to reflect recent enhancements (field counts, output format), hope that's good enough for your security office.