From 458a18493b90d035249246e5a5f974d919628d5d Mon Sep 17 00:00:00 2001 From: AmyJian0648945 Date: Thu, 11 Aug 2022 13:38:06 +0200 Subject: [PATCH] Update to include a new section for shrinkers Added a new section for shrinkers as they're quite handy for app developers. --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 720cdbf..563b0ed 100644 --- a/readme.md +++ b/readme.md @@ -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.