vanniktech / gradle-android-apk-size-plugin

Gradle plugin that generates CSV files with apk size per output and variant of an apk
http://vanniktech.com
Apache License 2.0
84 stars 14 forks source link

Show Megabytes next to bytes for command line print out #41

Closed jaredsburrows closed 7 years ago

jaredsburrows commented 7 years ago

Line: https://github.com/vanniktech/gradle-android-apk-size-plugin/blob/master/src/main/groovy/com/vanniktech/android/apk/size/ApkSizeTask.groovy#L23

out.warn("Total ${fileEnding} Size in ${apk.name} in bytes: ${apkSizeBytes} (${apkSizeMegaBytes})")

vanniktech commented 7 years ago

Definitely useful if you want hit up a PR we might even want to round it to two digits (e.g. 1,89mb)