Skip to content

Commit

Permalink
1,一个好用的recyclerView帮助类
Browse files Browse the repository at this point in the history
  • Loading branch information
ervinsae committed Jan 25, 2018
1 parent e012ebf commit 67e292a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ dependencies {
api 'org.jsoup:jsoup:1.10.3'
annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34'
}
8 changes: 8 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.chad.library.adapter.** {
*;
}
-keep public class * extends com.chad.library.adapter.base.BaseQuickAdapter
-keep public class * extends com.chad.library.adapter.base.BaseViewHolder
-keepclassmembers class **$** extends com.chad.library.adapter.base.BaseViewHolder {
<init>(...);
}

0 comments on commit 67e292a

Please sign in to comment.