yogeshpaliyal / ProGuard-Directory

Directory for Most Popular Libraries with their ProGuard Rules

Home Page:https://github.yogeshpaliyal.com/ProGuard-Directory/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://github.yogeshpaliyal.com/ProGuard-Directory/


Languages

Language:TypeScript 81.6%Language:HTML 15.1%Language:CSS 3.2%