refactor: Migrate SQLCipher Android to new API (#4874)
Co-authored-by: Benoit Marty <benoitm@element.io>
This commit is contained in:
parent
7fab4edd41
commit
9248b6cfdf
3 changed files with 5 additions and 8 deletions
|
|
@ -19,7 +19,3 @@
|
|||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
# Prevent ProGuard from renaming internal SQLCipher classes, which breaks the library.
|
||||
# From https://github.com/sqlcipher/android-database-sqlcipher#proguard
|
||||
-keep class net.sqlcipher.** { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue