Need capability to report AAR sizes for SDK #17
Description
I'm from Beacon team, and we have a 'Beacon SDK' which is a collection of AARs that different partners integrate to get user location. So, if with each check-in we start to get size impact on these AARs , then it could be quite useful to us. We'll be happy to get just the total size of AARs to start with.. You already seem to have a system in place to check and report the APK file size, the same would work for AAR to start with. You can search for .AAR files built in the build directory and report the sizes of all or of just those that are in the release folder. I'm sure this would be useful for many other size conscious teams as well, including my previous team where we started a process of including AAR size as part of daily manual testing report to get a feel of how our SDK size was getting impacted each day.