Home > OS >  How to reduce this size?
How to reduce this size?

Time:11-04

enter image description here

bundle size is too big how to reduce this any help please.

CodePudding user response:

try to set the minifyEnabled true at the application build.gradle, it may help a little

CodePudding user response:

enter image description here

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.

  • Related