|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
# astrid-specific
|
|
|
|
# astrid-specific
|
|
|
|
-dontobfuscate
|
|
|
|
-dontobfuscate
|
|
|
|
-keepattributes SourceFile, SourceDir, LineNumberTable, LocalVariableTable, LocalVariableTypeTable
|
|
|
|
-keepattributes SourceFile, SourceDir, LineNumberTable, LocalVariableTable, LocalVariableTypeTable, Signature
|
|
|
|
-keep, allowshrinking, allowoptimization class com.todoroo.**
|
|
|
|
-keep, allowshrinking, allowoptimization class com.todoroo.**
|
|
|
|
-keep class com.mdimension.**
|
|
|
|
-keep class com.mdimension.**
|
|
|
|
-keep class com.google.common.base.Preconditions
|
|
|
|
-keep class com.google.common.base.Preconditions
|
|
|
|
@ -47,6 +47,10 @@
|
|
|
|
*;
|
|
|
|
*;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-keep class com.facebook.** {
|
|
|
|
|
|
|
|
*;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
-keepclassmembers public class com.todoroo.astrid.data.* {
|
|
|
|
-keepclassmembers public class com.todoroo.astrid.data.* {
|
|
|
|
*;
|
|
|
|
*;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|