shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.49k stars 1.53k forks source link

How to build release version of cli tool through command line #492

Open crackleeeessyp opened 2 years ago

crackleeeessyp commented 2 years ago

Hi, team, I build the project using the command below:

gradlew.bat buildJar

It works fine, however, the it produce a cli jar about 73MB, so how can I produce a minified jar file?