File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
69
69
``` groovy
70
70
dependencies {
71
71
// ViewEvent click listeners, multi select, swipe dismiss and drag & drop
72
- implementation 'io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta02 '
72
+ implementation 'io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta03 '
73
73
// DiffUtil extension library
74
74
implementation 'io.github.manneohlund:smart-recycler-adapter-diffutil:1.0.0-beta01'
75
75
// Nested adapter extension library
@@ -195,7 +195,7 @@ You can create any type of `SmartViewHolderBinder` extension and implement any n
195
195
196
196
### View Events
197
197
198
- In ` io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta01 ` comes with a range of ViewEvent listeners.<br />
198
+ In ` io.github.manneohlund:smart-recycler-adapter-viewevent ` comes with a range of ViewEvent listeners.<br />
199
199
Default ` viewId ` is ` R.id.undefined ` that targets root view of the ViewHolder (ViewHolder.itemView).
200
200
201
201
``` kotlin
@@ -298,7 +298,7 @@ SmartRecyclerAdapter
298
298
299
299
# smart-recycler-adapter-stickyheader
300
300
301
- With ` smart-recycler-adapter-stickyheader ` ` v1.0.0-alpha01 ` it's super easy to add a sticky header recycler view item decoration.<br />
301
+ With ` io.github.manneohlund: smart-recycler-adapter-stickyheader` it's super easy to add a sticky header recycler view item decoration.<br />
302
302
Just set the target ` headerItemType ` and the ` StickyHeaderItemDecorationExtension ` will do the rest.<br />
303
303
You can even add a sticky header item touch event listener.
304
304
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ dependencies {
108
108
109
109
// Project
110
110
// implementation 'io.github.manneohlund:smart-recycler-adapter:5.0.0-rc01'
111
- // implementation 'io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta02 '
111
+ // implementation 'io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta03 '
112
112
// implementation 'io.github.manneohlund:smart-recycler-adapter-diffutil:1.0.0-beta01'
113
113
// implementation 'io.github.manneohlund:smart-recycler-adapter-nestedadapter:1.0.0-beta01'
114
114
// implementation 'io.github.manneohlund:smart-recycler-adapter-stickyheader:1.0.0-alpha02'
You can’t perform that action at this time.
0 commit comments