Skip to content

Commit 64fa53f

Browse files
author
Paolo Montalto
committed
Update README.md
Publish version 1.2.3
1 parent d73eba3 commit 64fa53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ A simple utility class to add a background, an icon and a label to a RecyclerVie
77
## How do I get set up? ##
88
Get it via Gradle
99
```groovy
10-
implementation 'it.xabaras.android:recyclerview-swipedecorator:1.2.2'
10+
implementation 'it.xabaras.android:recyclerview-swipedecorator:1.2.3'
1111
```
1212
or Maven
1313
```xml
1414
<dependency>
1515
<groupId>it.xabaras.android</groupId>
1616
<artifactId>recyclerview-swipedecorator</artifactId>
17-
<version>1.2.2</version>
17+
<version>1.2.3</version>
1818
<type>pom</type>
1919
</dependency>
2020
```

0 commit comments

Comments
 (0)