Karumi / Rosie

Rosie is an Android framework to create applications following the principles of Clean Architecture.
Other
1.82k stars 157 forks source link

Updated sample butterknife version 7.0.1 -> 8.0.1 #67

Closed luis-ibanez closed 8 years ago

luis-ibanez commented 8 years ago

There was a warning for using a @Nullable over a @OnClick method in MarvelActivity.java, I have updated Butterknife, replace that @Nullable for @Optional and updated all the @Bind annotation for @BindView