Closed
Description
Issue
By default sqlcipher-android doesn't support Proguard, so andorid's R8 rips out valuable information, e.g.
no "Ljava/lang/String;" field "name" in class "Lnet/zetetic/database/sqlcipher/SQLiteCustomFunction;" or its superclasses
Solution
Add consumer-rules.pro
to the project, so it's included in aar
.
P.S.
Currently we use this, but probably it's an overkill
-keep,includedescriptorclasses class net.zetetic.database.** { *; }
-keep,includedescriptorclasses interface net.zetetic.database.** { *; }
Metadata
Metadata
Assignees
Labels
No labels