Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to include a new section for shrinkers #352

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,12 @@ My personal recommendation is (for now) to use the android api to build a native
- [awesome-android-performance](https://github.com/Juude/awesome-android-performance) - A list of awesome Android tutorials, videos and tools for performance optimization.
- [Booster](https://github.com/didi/booster) - Booster is an optimization toolkit for Android applications.

# Shrinking

- [ProGuard](https://www.guardsquare.com/proguard) - The industry-leading Java shrinker for Android apps.
- [R8](https://developer.android.com/studio/build/shrink-code) - The default shrinker for Android apps.
- [ProGuard Playground](https://playground.proguard.com/) - An online, interactive `-keep` rule visualiser for ProGuard and R8 configuration.

# Other Awesome Lists
Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list.

Expand Down