Skip to content

Commit d454b11

Browse files
committed
Update README.md
1 parent d0b8888 commit d454b11

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ CookieManager cookieManager = new CookieManager(new PersistentCookieStore(this),
5656
CookiePolicy.ACCEPT_ALL);
5757
CookieHandler.setDefault(cookieManager);
5858
```
59+
60+
### Dependencies
61+
62+
This library highly relies on [Bridge](https://github.com/afollestad/bridge) by [Aidan Follestad](https://github.com/afollestad) for the network communication.
63+
Moreover it uses the [Android Support Annotations](http://tools.android.com/tech-docs/support-annotations) to improve the code style.

0 commit comments

Comments
 (0)