Skip to content

Instantly share code, notes, and snippets.

@STAR-ZERO
Created July 19, 2014 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save STAR-ZERO/05beb6dfbdde473404b7 to your computer and use it in GitHub Desktop.
Save STAR-ZERO/05beb6dfbdde473404b7 to your computer and use it in GitHub Desktop.
ActiveAndroidのProGuard設定
-keep public class com.activeandroid.** { *; }
-keep public class * extends com.activeandroid.Model
-keepattributes *Annotation*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment