kaushikgodhani / vocsy_epub_viewer

Apache License 2.0
29 stars 68 forks source link

It increased my app from 29 to 50MB #26

Open edevpandey opened 1 year ago

edevpandey commented 1 year ago

It worked good but massive app size increased. Without 'shrink app' in build types set to false, it always crash...

Anslem27 commented 1 year ago

Yes you realize when you use the minifyEnabled false shrinkResources false that is the result, and these lines help with run time errors and crashes.

So try to find a way to clean up your existing app in any way you can to reduce the size.

Hope this shades some light.