# ProGuard rules for ProofMode Android library
# Keep all public API
-keep public class org.guardianproject.proofmode.** { *; }
# Keep native methods
-keepclasseswithmembernames class * {
native <methods>;
}
# Keep UniFFI bindings
-keep class uniffi.proofmode.** { *; }