Skip to content

Commit

Permalink
Update README. Use transitive = true to avoid NoClassDefFoundError du…
Browse files Browse the repository at this point in the history
…e to a dependency that is not included into a build.
  • Loading branch information
elsennov committed Sep 30, 2015
1 parent 6a86813 commit d46b727
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 d46b727

Please sign in to comment.