Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Library Size. #362

Closed
AhmadullahSaikat opened this issue Dec 8, 2017 · 1 comment
Closed

Reduce Library Size. #362

AhmadullahSaikat opened this issue Dec 8, 2017 · 1 comment

Comments

@AhmadullahSaikat
Copy link

Please reduce the library size..
The size is 7.1+ MB.
I don't need to support api<15.
For Api<11 this library uses many codes and libraries.
Which is full of garbage to me.
Please remove the garbage codes and libraries which is used to support api <15.
Or make a library again which will support API >= 15

@developernotes
Copy link
Member

Hi @AhmadullahSaikat

I don't need to support api<15.
For Api<11 this library uses many codes and libraries.
Which is full of garbage to me.
Please remove the garbage codes and libraries which is used to support api <15.

If you take a look at the distribution package, you will find that the Java code itself is only taking up 104kB in total, whereas the various native architecture supports represent the remainder of the package size. Please feel free to bundle the library with as little platform support as you need.

screen shot 2017-12-08 at 8 40 04 am

@sqlcipher sqlcipher locked and limited conversation to collaborators Dec 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants