File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ ] ( https://jitpack.io/v/pedromassango/doubleClick.svg )] ( https://jitpack.io/#pedromassango/doubleClick )
2
+
1
3
# DoubleClick on Android Views.
2
4
A android library lo handle double click on android Views components. You just need to call it on your view ` onCLickListener ` .
3
5
@@ -26,7 +28,7 @@ allprojects {
26
28
Step 2. Add the dependency
27
29
``` groovy
28
30
dependencies {
29
- compile 'com.github.pedromassango:doubleClick:v1.2 '
31
+ compile 'com.github.pedromassango:doubleClick:CURRENT-VERSION '
30
32
}
31
33
```
32
34
@@ -48,7 +50,7 @@ Step 2. Add the dependency
48
50
<dependency >
49
51
<groupId >com.github.pedromassango</groupId >
50
52
<artifactId >doubleClick</artifactId >
51
- <version >v1.1 </version >
53
+ <version >CURRENT-VERSION </version >
52
54
</dependency >
53
55
```
54
56
You can’t perform that action at this time.
0 commit comments