summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proguard.flags8
1 files changed, 8 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 66e53673e..15e97434e 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -35,3 +35,11 @@
# Disable the warnings of using dynamic method calls in EffectsRecorder
-dontnote com.android.camera.EffectsRecorder
+
+# Required for ActionBarSherlock
+-keep class android.support.v4.app.** { *; }
+-keep interface android.support.v4.app.** { *; }
+-keep class com.actionbarsherlock.** { *; }
+-keep interface com.actionbarsherlock.** { *; }
+-keepattributes *Annotation*
+