Skip to content

Commit 20493c1

Browse files
committed
finish with read me updates
1 parent fdcaa05 commit 20493c1

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,29 @@ depends on <a href="https://github.com/ozodrukh">Ozodrukh's</a> animation util f
2020

2121
Using
2222
======
23-
First of all you have to upload animation submodule with `git submodule update --init` command<br>
24-
Or you can add gradle dependency with `compile 'com.yalantis:sidemenu:1.0'` command.<br>
23+
First of all you have to upload animation submodule with `git submodule update --init` command <br>
24+
<br>
25+
Or you can add gradle dependency with <br>
26+
```groovy
27+
dependencies {
28+
compile 'com.yalantis:sidemenu:1.0'`
29+
}
30+
```
31+
command.<br>
32+
and <br>
33+
```groovy
34+
repositories {
35+
maven {
36+
url "https://jitpack.io"
37+
}
38+
}
39+
dependencies {
40+
compile 'com.github.ozodrukh:CircularReveal:(latest-release)@aar'
41+
}
42+
43+
```
44+
<br> for CircularReveal module
45+
2546

2647
After you have to create special overlay layout to show in behind current `Circular Reveal` animated view.
2748
And to add all items to menu you have to add all of them into `LinearLayout`

0 commit comments

Comments
 (0)