refactor: Migrate SQLCipher Android to new API (#4874)

Co-authored-by: Benoit Marty <benoitm@element.io>
This commit is contained in:
夜坂雅 2025-06-23 15:29:44 +08:00 committed by GitHub
parent 7fab4edd41
commit 9248b6cfdf
3 changed files with 5 additions and 8 deletions

View file

@ -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.** { *; }