proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.** { *; }