# Add project specific ProGuard rules here. -keepattributes Signature -keepattributes *Annotation* -keep class com.docmost.app.api.** { *; } -keep class com.docmost.app.data.** { *; } -dontwarn okhttp3.** -dontwarn okio.** # Gson - preserve TypeToken anonymous subclasses and generic signatures -keep class com.google.gson.** { *; } -keep class * extends com.google.gson.reflect.TypeToken { *; } -keep class * extends com.google.gson.TypeAdapter { *; } -keepattributes Signature -keepattributes RuntimeVisibleAnnotations -keep class sun.misc.Unsafe { *; }