Skip to content

Commit 5225733

Browse files
author
Kirill
authored
Update README.md
1 parent ab91987 commit 5225733

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ First of all you have to upload animation submodule with `git submodule update -
2424
Or you can add gradle dependency with command :<br>
2525
```groovy
2626
dependencies {
27-
compile 'com.github.yalantis:Side-Menu.Android:1.0.2'
27+
implementation 'com.github.yalantis:Side-Menu.Android:1.0.2'
2828
}
2929
```
3030
.<br>
@@ -36,7 +36,7 @@ and command:<br>
3636
}
3737
}
3838
dependencies {
39-
compile 'com.github.ozodrukh:CircularReveal:(latest-release)@aar'
39+
implementation 'com.github.ozodrukh:CircularReveal:(latest-release)@aar'
4040
}
4141
4242
```

0 commit comments

Comments
 (0)