Skip to content

Commit

Permalink
Add proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rejasupotaro committed Nov 15, 2014
1 parent d13f71f commit b2d633a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Rebuild/proguard-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,16 @@
-dontwarn twitter4j.TwitterAPIMonitor
-dontwarn twitter4j.internal.**
-dontwarn twitter4j.Annotation

# Butterknife
-dontwarn butterknife.internal.**
-keep class **$$ViewInjector { *; }
-keepnames class * { @butterknife.InjectView *;}

# OkHttp
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
-dontwarn com.squareup.okhttp.**

# RxJava
-dontwarn rx.**

0 comments on commit b2d633a

Please sign in to comment.