Skip to content

yogeshpaliyal/ProGuard-Directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android ProGuard-Directory

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.

Steps to contribute

  1. Fork this repo (using top right button).
  2. 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)
  3. Create new file in proguardsdirectory or use this link to create file.
  4. create file name with libraryName and extension as .json.
{
  "name": "<Library Name>",
  "link": "<Proguard File Link>"
}
  1. Push the new file to new branch.
  2. Raise A PR.
  3. On Successfully review and merge in main branch, the site will be deployed automatically.

About

Directory for Most Popular Libraries with their ProGuard Rules

Topics

Resources

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors