lycwed-cordova-plugin-proguard
v1.0.25
Published
Cordova plugin for ProGuard - improved for admob mediations
Downloads
9
Maintainers
Readme
lycwed-cordova-plugin-proguard
Cordova plugin which activates ProGuard and minification for debug and release builds in your cordova mobile application.
What is ProGuard?
ProGuard is the open source optimizer for Java bytecode
You can read more about it on ProGuard official website and on android developer portal
How to use
- 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 lycwed-cordova-plugin-proguard
- this command will configure yourbuild.gradle
file and copyproguard-custom.txt
to${androidPlatformDirectory}/assets/www/proguard-custom.txt
Customization
proguard-custom.txt
file contains some basic rules for your cordova mobile app. Feel free to fork this repo and modify it as you want.
You can also to check out some Android ProGuard snippets
License
MIT © Aleksandr Filatov