File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
* Create a list of different views with its different or the same set of data to bind without the boilerplate code in the RecyclerView Adapter.
4
4
* Use a single adapter for different lists in your entire app.
5
5
6
- Current version: 1.0.1-snapshot01
6
+ Current version: 1.0.2
7
7
8
8
![ Image of Sample App] ( https://github.com/topotopo/common-recyclerview-adapter-android/blob/master/screenshot.png )
9
9
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ dependencies {
76
76
77
77
implementation project(' :commonadapter' )
78
78
79
- implementation ' com.mmicu.commonadapter:commonadapter:1.0.1-snapshot01 '
79
+ implementation ' com.mmicu.commonadapter:commonadapter:1.0.2 '
80
80
81
81
implementation ' com.github.bumptech.glide:glide:4.11.0'
82
82
annotationProcessor ' com.github.bumptech.glide:compiler:4.11.0'
You can’t perform that action at this time.
0 commit comments