bundle size is too big how to reduce this any help please.
2
try to set the minifyEnabled true at the application build.gradle, it may help a little
Use SVG Images instead of PNG etc. and if you need png so compare your image. Comprece Image Refcese :link
use less Library. Clean Code that you don’t need like log etc.
Click here to cancel reply.
2
Answers
try to set the minifyEnabled true at the application build.gradle, it may help a little
Use SVG Images instead of PNG etc.
and if you need png so compare your image.
Comprece Image Refcese :link
use less Library.
Clean Code that you don’t need like log etc.