This repository contains ProGuard configuration for optimizing and obfuscating your Android project. ProGuard helps reduce the size of the APK, enhances performance, and adds a layer of security by obfuscating the code.
- Fork this repo (using top right button).
- Clone forked repo using
git clone
. on your local system. (You can edit the repo in browser itselt click . (dot) to open in-browser vs-code) - Create new file in
proguards
directory or use this link to create file. - create file name with libraryName and extension as
.json
.
{
"name": "<Library Name>",
"link": "<Proguard File Link>"
}
- Push the new file to new branch.
- Raise A PR.
- On Successfully review and merge in
main
branch, the site will be deployed automatically.