Skip to content

Commit 79743a8

Browse files
Update README.md
1 parent a099f07 commit 79743a8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ A android library lo handle double click on android Views components. You just n
1010
- Android API level 14 or greater
1111
- Your favorite IDE
1212

13+
## Version
14+
The current version is: 2.0
15+
1316
## Setting up
1417

1518
Gradle:
@@ -27,9 +30,9 @@ allprojects {
2730

2831
Step 2. Add the dependency
2932
```groovy
30-
dependencies {
31-
compile 'com.github.pedromassango:doubleClick:CURRENT-VERSION'
32-
}
33+
34+
implementation 'com.github.pedromassango:doubleClick:CURRENT-VERSION'
35+
3336
```
3437

3538
Maven:

0 commit comments

Comments
 (0)