Skip to content

Show how to configure proguard for SQLCipher #137

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
wants to merge 1 commit into from
Closed

Show how to configure proguard for SQLCipher #137

wants to merge 1 commit into from

Conversation

FabianFrank
Copy link

This helps folks that proguard their app, as it's often customary to have the necessary rules
in the library's proguard-project.txt so they can be copied form there (instead of guesstimated).

This helps folks that proguard their app, as it's often customary to have the necessary rules
in the library's proguard-project.txt so they can be copied form there (instead of guesstimated).
@illarionov
Copy link
Contributor

A more precise version: proguard-sqlcipher.txt

@developernotes
Copy link
Member

Hello @FabianFrank and @illarionov

Thank you for your suggestion, placing a sample ProGuard file directly within the project will be helpful for those looking for guidance. The samples that have been provided are missing a few items that have come up over time on our mailing list when using SQLCipher for Android with ProGuard across our various supported versions. I will include an updated sample configuration file within the project that includes these. Thanks again!

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

Successfully merging this pull request may close these issues.

3 participants