Skip to content

Commit aad30be

Browse files
authored
Merge pull request #33 from manneohlund/rc-5.0.0
Update sample build gradle and README
2 parents 88524fe + 33d702c commit aad30be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
```groovy
7070
dependencies {
7171
// 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'
7373
// DiffUtil extension library
7474
implementation 'io.github.manneohlund:smart-recycler-adapter-diffutil:1.0.0-beta01'
7575
// Nested adapter extension library
@@ -195,7 +195,7 @@ You can create any type of `SmartViewHolderBinder` extension and implement any n
195195

196196
### View Events
197197

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/>
199199
Default `viewId` is `R.id.undefined` that targets root view of the ViewHolder (ViewHolder.itemView).
200200

201201
```kotlin
@@ -298,7 +298,7 @@ SmartRecyclerAdapter
298298

299299
# smart-recycler-adapter-stickyheader
300300

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/>
302302
Just set the target `headerItemType` and the `StickyHeaderItemDecorationExtension` will do the rest.<br/>
303303
You can even add a sticky header item touch event listener.
304304

Diff for: sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108

109109
// Project
110110
//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'
112112
//implementation 'io.github.manneohlund:smart-recycler-adapter-diffutil:1.0.0-beta01'
113113
//implementation 'io.github.manneohlund:smart-recycler-adapter-nestedadapter:1.0.0-beta01'
114114
//implementation 'io.github.manneohlund:smart-recycler-adapter-stickyheader:1.0.0-alpha02'

0 commit comments

Comments
 (0)