Update to Butterknife 7
This commit is contained in:
parent
c31c4017a8
commit
e5f0e6a6c8
15 changed files with 111 additions and 108 deletions
12
app/proguard-rules.pro
vendored
12
app/proguard-rules.pro
vendored
|
|
@ -24,5 +24,17 @@
|
|||
|
||||
-keep class !android.support.v7.internal.view.menu.**,** {*;}
|
||||
|
||||
-keep class butterknife.** { *; }
|
||||
-dontwarn butterknife.internal.**
|
||||
-keep class **$$ViewBinder { *; }
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
@butterknife.* <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
@butterknife.* <methods>;
|
||||
}
|
||||
|
||||
-dontwarn
|
||||
-ignorewarnings
|
||||
Loading…
Add table
Add a link
Reference in a new issue