Skip to content

Instantly share code, notes, and snippets.

@STAR-ZERO
Created July 19, 2014 16:59
Show Gist options
  • Select an option

  • Save STAR-ZERO/05beb6dfbdde473404b7 to your computer and use it in GitHub Desktop.

Select an option

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