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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,8 @@ CookieManager cookieManager = new CookieManager(new PersistentCookieStore(this),
56
56
CookiePolicy.ACCEPT_ALL);
57
57
CookieHandler.setDefault(cookieManager);
58
58
```
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