Files
Docmost-App/app/proguard-rules.pro
2026-07-26 21:34:07 -06:00

7 lines
180 B
Prolog

# Add project specific ProGuard rules here.
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.docmost.app.api.** { *; }
-dontwarn okhttp3.**
-dontwarn okio.**