Skip to content

Commit a099f07

Browse files
committed
Readme updated
1 parent 097ca9a commit a099f07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![](https://jitpack.io/v/pedromassango/doubleClick.svg)](https://jitpack.io/#pedromassango/doubleClick)
2+
13
# DoubleClick on Android Views.
24
A android library lo handle double click on android Views components. You just need to call it on your view `onCLickListener`.
35

@@ -26,7 +28,7 @@ allprojects {
2628
Step 2. Add the dependency
2729
```groovy
2830
dependencies {
29-
compile 'com.github.pedromassango:doubleClick:v1.2'
31+
compile 'com.github.pedromassango:doubleClick:CURRENT-VERSION'
3032
}
3133
```
3234

@@ -48,7 +50,7 @@ Step 2. Add the dependency
4850
<dependency>
4951
<groupId>com.github.pedromassango</groupId>
5052
<artifactId>doubleClick</artifactId>
51-
<version>v1.1</version>
53+
<version>CURRENT-VERSION</version>
5254
</dependency>
5355
```
5456

0 commit comments

Comments
 (0)