AndroidProguardPlugin
One click to generate project obfuscation code plugin, it is worth your installation ~
Screenshot
Library List
At present, the background of the plug-in has integrated the code obfuscation and basic code obfuscation of the third-party open source library as shown below. It is still being added, and you are welcome to submit the third-party open source library obfuscation code that is not in the list through new issue. (Things that you think are insignificant may help others a great deal ~)
How to use
At present, you can search for "AndroidProGurad Pro" in Android Studio-> Plugins-> Browse Repsitiories, click to download, install and restart. Or directly click to download AndroidProGuard plug-in and install and restart. download
Select the AndroidProGuard option in the Edit drop-down menu in the menu bar.
If a successful dialog box pops up, you can press Ctrl + V to paste it into the proguard-rules.pro file of the project.
Modify it according to the error message of proguard-rules.pro.
Modify the gradle file under the project app and change minifyEnabled to true to test the obfuscation effect. (You can use AndroidKiller decompilation to see the effect, the use of AndroidKiller can refer to this article I wrote here)