mishraaditya595 / ScanIt

The intelligent, effective, All-In-One Android Scanner
BSD 3-Clause "New" or "Revised" License
92 stars 78 forks source link

Optimized Bundle Size #36

Closed Ashuto7h closed 3 years ago

Ashuto7h commented 3 years ago

Related Issue or bug

Fixes: #17

changes made

The app bundle size is reduced to 42.9 MB. It can be further improved by removing additional files, present in OpenCV and other libs. but that should only be done after the implementation of all features.

Describe if there is any unusual behavior of your code(Write NA if there isn't)

NA (maybe they can occur).

Checklist:

mishraaditya595 commented 3 years ago

Hey @Ashuto7h, I just ran a gradle build on my local repo and the bundle size happened to be 43.1 MB. So, it is not much of a significant change.

Ashuto7h commented 3 years ago

To improve this more, I have to reduce size of libraries that we are using. but the project is not at such a state now that we can improve those libraries.