-
Notifications
You must be signed in to change notification settings - Fork 568
ant ProGuard fail #146
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
Hi @79144876 What version of SQLCipher for Android are you using? We removed the commons codec dependency in the 3.2.0 release. |
ok.maybe i can fix it by myself . i will test it again . |
I have exactly the same error, did you manage to fix it? |
@Virthuss what version of SQLCipher for Android are you using? Can you reproduce it with the SQLCipher for Android test suite? |
I finally succeed to use it without having any error. I used proguard, with the following, configuration, may it help someone.
-dontwarn com.google.android.gms.** -allowaccessmodification -keep public class com.google.android.gms.** { public *; } -keep class * implements android.os.Parcelable { -keep class net.sqlcipher.* { |
@Virthuss we are glad to hear it is working well for you, thanks for the update! |
[proguard] Initializing...
[proguard] Warning: net.sqlcipher.DatabaseUtils: can't find referenced class org.apache.commons.codec.binary.Hex
[proguard] Warning: net.sqlcipher.DatabaseUtils: can't find referenced class org.apache.commons.codec.binary.Hex
The text was updated successfully, but these errors were encountered: