We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a099f07 commit 79743a8Copy full SHA for 79743a8
README.md
@@ -10,6 +10,9 @@ A android library lo handle double click on android Views components. You just n
10
- Android API level 14 or greater
11
- Your favorite IDE
12
13
+## Version
14
+The current version is: 2.0
15
+
16
## Setting up
17
18
Gradle:
@@ -27,9 +30,9 @@ allprojects {
27
30
28
31
Step 2. Add the dependency
29
32
```groovy
-dependencies {
- compile 'com.github.pedromassango:doubleClick:CURRENT-VERSION'
- }
33
34
+implementation 'com.github.pedromassango:doubleClick:CURRENT-VERSION'
35
36
```
37
38
Maven:
0 commit comments