Hello,
is there a way i can prevent certain classes to be included in the final app? I want to slim down my app.
Background, my app used to be 800KB and i "bragged" that its below 1MB, back then i used #ExcludeClasses a lot.
I decompiled the dex to see whats inside and then excluded everything i did not need back then.
Now ExcludeClasses does not exist anymore and i added some features and with some new libs i am up to 1900KB. That´s a lot for what the app is doing...
So i would like to remove unused code, ideally without having to manually do that.
What can i do to slim down the app?
is there a way i can prevent certain classes to be included in the final app? I want to slim down my app.
Background, my app used to be 800KB and i "bragged" that its below 1MB, back then i used #ExcludeClasses a lot.
I decompiled the dex to see whats inside and then excluded everything i did not need back then.
Now ExcludeClasses does not exist anymore and i added some features and with some new libs i am up to 1900KB. That´s a lot for what the app is doing...
So i would like to remove unused code, ideally without having to manually do that.
What can i do to slim down the app?