Skip to content

Reduce Import Size #91

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

Closed
mikebevz opened this issue Mar 4, 2013 · 4 comments
Closed

Reduce Import Size #91

mikebevz opened this issue Mar 4, 2013 · 4 comments

Comments

@mikebevz
Copy link

mikebevz commented Mar 4, 2013

I know it might be to early to request this but it would be great to think about reducing the size of the jars that have to be imported.
5+Mb now it's too much imho.

@charlieCollins
Copy link

I'm not sure what it ends up being if properly ProGuard-ed (maybe that should be documented, or is it, I couldn't find it?), but I agree, 5+MB of libs for a mobile app is way too heavy.

@developernotes
Copy link
Member

Hello @mikebevz @charlieCollins,

The package size of SQLCipher for Android is mainly attributed to usage of both ICU along with other various Android dependencies. Much of this allows for portability across Android platform versions 2.1 - 4.4 currently. We will take this feedback however when considering work for the library in the future. Thanks!

@nick1Jian
Copy link

The size (about 7mb increase) is really unacceptable on mobile device. The size almost doubled after include this library.... Thanks for the great work, but the size remain as biggest issue as a android lib.

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants