We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab91987 commit 5225733Copy full SHA for 5225733
1 file changed
README.md
@@ -24,7 +24,7 @@ First of all you have to upload animation submodule with `git submodule update -
24
Or you can add gradle dependency with command :<br>
25
```groovy
26
dependencies {
27
- compile 'com.github.yalantis:Side-Menu.Android:1.0.2'
+ implementation 'com.github.yalantis:Side-Menu.Android:1.0.2'
28
}
29
```
30
.<br>
@@ -36,7 +36,7 @@ and command:<br>
36
37
38
39
- compile 'com.github.ozodrukh:CircularReveal:(latest-release)@aar'
+ implementation 'com.github.ozodrukh:CircularReveal:(latest-release)@aar'
40
41
42
0 commit comments