This repository was archived by the owner on Jul 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1+ # Proguard Configuration for Dbflow 4.0.5
2+
3+ -keepattributes Annotation
4+
5+ -keep class * extends com.raizlabs.android.dbflow.config.DatabaseHolder { *; }
6+
7+ -keep class net.sqlcipher.** { *; }
8+ -dontwarn net.sqlcipher.
Original file line number Diff line number Diff line change 1+ # Proguard Configuration for iText 5.5.11
2+
3+ -keep class org.spongycastle.** { *; }
4+ -dontwarn org.spongycastle.**
5+
6+ -keep class com.itextpdf.** { *; }
7+
8+ -keep class javax.xml.crypto.dsig.** { *; }
9+ -dontwarn javax.xml.crypto.dsig.**
10+
11+ -keep class org.apache.jcp.xml.dsig.internal.dom.** { *; }
12+ -dontwarn org.apache.jcp.xml.dsig.internal.dom.**
13+
14+ -keep class javax.xml.crypto.dom.** { *; }
15+ -dontwarn javax.xml.crypto.dom.**
16+
17+ -keep class org.apache.xml.security.utils.** { *; }
18+ -dontwarn org.apache.xml.security.utils.**
19+
20+ -keep class javax.xml.crypto.XMLStructure
21+ -dontwarn javax.xml.crypto.XMLStructure
22+
23+ -keep interface com.itextpdf.**
24+
25+ -dontwarn com.itextpdf.**
Original file line number Diff line number Diff line change 33
44-keep interface org.parceler.Parcel
55-keep @org.parceler.Parcel class * { *; }
6- -keep class **$$Parcelable { *; }
6+ -keep class **$$Parcelable { *; }
7+ -keep class org.parceler.Parceler$$Parcels
8+
9+ -dontwarn org.parceler.apache.commons.**
10+ -dontwarn org.parceler.ParcelAnnotationProcessor
11+ -dontwarn org.parceler.transfuse.bootstrap.BootstrapProcessor
12+ -dontwarn org.parceler.codemodel.util.SingleByteEncoder
13+ -dontwarn java.beans.**
You can’t perform that action at this time.
0 commit comments