Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
ProGuard to obfuscate files
-
How can I use cordova-plugin-proguard to obfuscate js files in my Android project?
The Google Play console says: The ProGuard tool shrinks, optimizes, and obfuscates your code by removing unused code and renaming classes, fields, and methods with semantically obscure names.
I checked the documentation, and it mentions build.gradle file, but the Monaca project does not have this file.
Please advise on the proper way to activate and use this plugin.
Thanks!