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

Automate the process. #41

Open ifarhanpatel opened 7 years ago

ifarhanpatel commented 7 years ago

Is it possible to automate this process on every debug build by creating custom gradle task?

tir38 commented 7 years ago

If you just need this locally, wrap your ./gradlew assembleSomeModule command and dex-methods-count .....apk in a shell script and run that instead of your gradle command.