Skip to content

Commit

Permalink
Merge pull request #33 from manneohlund/rc-5.0.0
Browse files Browse the repository at this point in the history
Update sample build gradle and README
  • Loading branch information
manneohlund authored Oct 19, 2020
2 parents 88524fe + 33d702c commit aad30be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
```groovy
dependencies {
// ViewEvent click listeners, multi select, swipe dismiss and drag & drop
implementation 'io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta02'
implementation 'io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta03'
// DiffUtil extension library
implementation 'io.github.manneohlund:smart-recycler-adapter-diffutil:1.0.0-beta01'
// Nested adapter extension library
Expand Down Expand Up @@ -195,7 +195,7 @@ You can create any type of `SmartViewHolderBinder` extension and implement any n

### View Events

In `io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta01` comes with a range of ViewEvent listeners.<br/>
In `io.github.manneohlund:smart-recycler-adapter-viewevent` comes with a range of ViewEvent listeners.<br/>
Default `viewId` is `R.id.undefined` that targets root view of the ViewHolder (ViewHolder.itemView).

```kotlin
Expand Down Expand Up @@ -298,7 +298,7 @@ SmartRecyclerAdapter

# smart-recycler-adapter-stickyheader

With `smart-recycler-adapter-stickyheader` `v1.0.0-alpha01` it's super easy to add a sticky header recycler view item decoration.<br/>
With `io.github.manneohlund:smart-recycler-adapter-stickyheader` it's super easy to add a sticky header recycler view item decoration.<br/>
Just set the target `headerItemType` and the `StickyHeaderItemDecorationExtension` will do the rest.<br/>
You can even add a sticky header item touch event listener.

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {

// Project
//implementation 'io.github.manneohlund:smart-recycler-adapter:5.0.0-rc01'
//implementation 'io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta02'
//implementation 'io.github.manneohlund:smart-recycler-adapter-viewevent:1.0.0-beta03'
//implementation 'io.github.manneohlund:smart-recycler-adapter-diffutil:1.0.0-beta01'
//implementation 'io.github.manneohlund:smart-recycler-adapter-nestedadapter:1.0.0-beta01'
//implementation 'io.github.manneohlund:smart-recycler-adapter-stickyheader:1.0.0-alpha02'
Expand Down

0 comments on commit aad30be

Please sign in to comment.