eugene-cordova-plugin-proguard

2.0.3 • Public • Published

cordova-plugin-proguard

NPM version npm

Patreon

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 cordova-plugin-proguard - this command will configure your build.gradle file and copy proguard-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

History

  • v1.0.0 - supports Cordova version <7
  • v2.0.0 - supports Cordova version 7+ (thanks to @SujitSingh)

Why I've done this plugin?

https://alfilatov.com/posts/how-to-setup-proguard-in-cordova-application/

License

MIT © Aleksandr Filatov

Package Sidebar

Install

npm i eugene-cordova-plugin-proguard

Weekly Downloads

0

Version

2.0.3

License

MIT

Unpacked Size

17.7 kB

Total Files

8

Last publish

Collaborators

  • eugene2799