Please Let me know Pro-guard in android applications is Essential or not before releasing in app store.
in some sources are mentioned using pro-guard in android applications, may create problem in application.
Benefit
Reduced APK size
Improve performance
Obfuscation
Drawback
Potential misconfiguration
Additional testing required
Stack traces are difficult to read with obfuscated method names
The major drawback is that your app might crash when misconfigured.