Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogeshpaliyal/proguard-directory
Directory for Most Popular Libraries with their ProGuard Rules
https://github.com/yogeshpaliyal/proguard-directory
android hacktoberfest proguard-android proguard-rules
Last synced: 2 months ago
JSON representation
Directory for Most Popular Libraries with their ProGuard Rules
- Host: GitHub
- URL: https://github.com/yogeshpaliyal/proguard-directory
- Owner: yogeshpaliyal
- Created: 2021-07-08T15:21:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T12:36:50.000Z (about 1 year ago)
- Last Synced: 2024-05-01T12:54:58.383Z (8 months ago)
- Topics: android, hacktoberfest, proguard-android, proguard-rules
- Language: TypeScript
- Homepage: https://github.yogeshpaliyal.com/ProGuard-Directory/
- Size: 3.37 MB
- Stars: 7
- Watchers: 2
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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 `proguards`directory or use this [link](https://github.com/yogeshpaliyal/ProGuard-Directory/new/main/proguards) to create file.
4. create file name with libraryName and extension as `.json`.
```json
{
"name": "",
"link": ""
}
```
5. Push the new file to new branch.
6. Raise A PR.
7. On Successfully review and merge in `main` branch, the site will be deployed automatically.