[![NPM version][npm-image]][npm-url]
Cordova plugin which activates ProGuard and minification for debug and release builds in your cordova mobile application.
ProGuard is the open source optimizer for Java bytecode
You can read more about it on ProGuard official website and on android developer portal
- If you already have installed Android Studio then seems you already have installed ProGuard on your machine. If no, then you should download and install it manually from ProGuard official website.
cordova plugin add cordova-plugin-proguard
- this command will configure yourbuild.gradle
file and copyproguard-custom.txt
to${androidPlatformDirectory}/assets/www/proguard-custom.txt