Skip to content

Commit

Permalink
Remove unnecessary ProGuard rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jul 14, 2016
1 parent c38c958 commit 9433ae9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions sample/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,3 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# ButterKnife
-keep class butterknife.** { *; }
-dontwarn butterknife.internal.**
-keep class **$$ViewInjector { *; }
-keepclasseswithmembernames class * {
@butterknife.* <fields>;
}
-keepclasseswithmembernames class * {
@butterknife.* <methods>;
}

0 comments on commit 9433ae9

Please sign in to comment.