Skip to content

Commit

Permalink
Add note about RxJava to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reznik committed Jan 5, 2015
1 parent 43c6f13 commit cfd780a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ The recommended approach would be to add [OkHttp][5] as a dependency to your pro

You can also specify a custom client to be used, refer to the [official documentation][3] for instructions.

### Dependencies

In addition to Retrofit, the library depends on RxJava, the version number can be seen in the dependencies section of the [pom.xml][8] file.

### Proguard
```
-keepattributes Signature
Expand Down Expand Up @@ -207,3 +211,4 @@ Copyright (c) 2014 Contentful GmbH. See [LICENSE.txt][6] for further details.
[5]: https://square.github.io/okhttp/
[6]: LICENSE.txt
[7]: https://github.com/contentful/contentful.java/wiki/2.0-Migration
[8]: pom.xml

0 comments on commit cfd780a

Please sign in to comment.