-
Notifications
You must be signed in to change notification settings - Fork 568
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
Comments
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. |
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! |
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. |
Please reduce the library size.. |
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.
The text was updated successfully, but these errors were encountered: