Trying to integrate ProGuard in my android-maven project release phase. It seam that I’m missing something, but I can figure out what.
I tried the suggested example on the official site but when I run maven with profile that contains the phase with proguard, there is no effect… I can’t even see the proguard output (I tried to run maven with -X parameter also).
So my question is is there a nice and full tutorial, that will explain how to setup proguard in projects pom from scratch?
See the tutorial Proguard for Android with Maven without shooting yourself in the foot.