Skip to content

Commit

Permalink
Merge pull request #54 from elsennov/master
Browse files Browse the repository at this point in the history
Update README.
  • Loading branch information
ozodrukh committed Sep 30, 2015
2 parents 6a86813 + d46b727 commit 4e967c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ then add a library dependency

```groovy
dependencies {
compile 'com.github.ozodrukh:CircularReveal:1.1.1@aar'
compile ('com.github.ozodrukh:CircularReveal:1.1.1@aar') {
transitive = true;
}
}
```

Expand Down

0 comments on commit 4e967c3

Please sign in to comment.