We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e3df8a + c862fef commit 967d839Copy full SHA for 967d839
proguard.cfg
@@ -57,3 +57,17 @@
57
}
58
59
-keepclassmembers class * extends com.actionbarsherlock.ActionBarSherlock { public <init>(...); }
60
+
61
+-keepnames class * implements java.io.Serializable
62
63
+-keepclassmembers class * implements java.io.Serializable {
64
+ static final long serialVersionUID;
65
+ private static final java.io.ObjectStreamField[] serialPersistentFields;
66
+ !static !transient <fields>;
67
+ !private <fields>;
68
+ !private <methods>;
69
+ private void writeObject(java.io.ObjectOutputStream);
70
+ private void readObject(java.io.ObjectInputStream);
71
+ java.lang.Object writeReplace();
72
+ java.lang.Object readResolve();
73
+}
0 commit comments