diff --git a/astrid/proguard.cfg b/astrid/proguard.cfg index 175e9d6b8..5d0c546b8 100644 --- a/astrid/proguard.cfg +++ b/astrid/proguard.cfg @@ -7,7 +7,7 @@ # astrid-specific -dontobfuscate --keepattributes SourceFile, SourceDir, LineNumberTable, LocalVariableTable, LocalVariableTypeTable +-keepattributes SourceFile, SourceDir, LineNumberTable, LocalVariableTable, LocalVariableTypeTable, Signature -keep, allowshrinking, allowoptimization class com.todoroo.** -keep class com.mdimension.** -keep class com.google.common.base.Preconditions @@ -47,6 +47,10 @@ *; } +-keep class com.facebook.** { + *; +} + -keepclassmembers public class com.todoroo.astrid.data.* { *; }