You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Using
21
21
======
22
22
First of all you have to upload animation submodule with `git submodule update --init` command <br>
23
23
<br>
24
-
Or you can add gradle dependency with command:<br>
24
+
Or you can add gradle dependency with command:<br>
25
25
```groovy
26
26
dependencies {
27
27
compile 'com.yalantis:sidemenu:1.0'`
@@ -40,7 +40,11 @@ and command:<br>
40
40
}
41
41
42
42
```
43
-
<br> for CircularReveal module
43
+
44
+
To add graddle dependency you need to open build.gradle (in your app folder,not in a project folder) then copy and add the dependencies there in the dependencies block;
45
+
46
+
47
+
<br> for CircularReveal module
44
48
45
49
46
50
After you have to create special overlay layout to show in behind current `Circular Reveal` animated view.
0 commit comments