Describe the bug
My APK file is containing a 100kb JPG image that I did not recognize, and I tracked it down to the RevenueCat UI library: https://github.com/RevenueCat/purchases-android/blob/main/ui/revenuecatui/src/main/res/drawable/default_background.jpg
I saw that you already reduced its size: #1623
But 100KB is still way too much for something no one if using.
We should at least have a way to remove it. Or it should be changed to a <1KB image if it's really needed.
Thanks
Describe the bug
My APK file is containing a 100kb JPG image that I did not recognize, and I tracked it down to the RevenueCat UI library: https://github.com/RevenueCat/purchases-android/blob/main/ui/revenuecatui/src/main/res/drawable/default_background.jpg
I saw that you already reduced its size: #1623
But 100KB is still way too much for something no one if using.
We should at least have a way to remove it. Or it should be changed to a <1KB image if it's really needed.
Thanks