From 8a861a02136d15b45b9dbdc80e4f3bcc9de057c8 Mon Sep 17 00:00:00 2001 From: Owen Lin Date: Fri, 24 Aug 2012 15:09:42 +0800 Subject: Revert "Revert "Uses ActionBarSherlock library in MovieActivity."" This reverts commit 13da281769d4558c42d86a54536ff6da6826b0ac. --- proguard.flags | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'proguard.flags') 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* + -- cgit v1.2.3