With Eclipse, I had a post build event that archived the APK and map file from DexGuard. The resulting zip is more convenient for moving to my production server than for moving two files separately.
How to add this zip action in Android Studio Gradle?
Is there an easy way to do this? I would rather not become a Gradle programmer, just to pin two files together.
source
share