Skip to content

Commit 6c75f99

Browse files
committed
Add a simple readme file
1 parent fc9ae5e commit 6c75f99

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AsyncHttpClient lib
2+
3+
Lightweight async HTTP client based on [OkHttp](https://square.github.io/okhttp/).
4+
5+
## Releases
6+
7+
Latest version at the moment is `0.0.5`. Add the following lines to your `build.gradle` dependencies:
8+
9+
```
10+
implementation 'com.codepath.libraries:asynchttpclient:0.0.5'
11+
```
12+

0 commit comments

Comments
 (0)