Skip to content

Commit e67e665

Browse files
authored
added library info
1 parent 82eedcb commit e67e665

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,17 @@ More info here:
1111
* [About the API](https://www.igdb.com/api)
1212
* [API Documentation](https://igdb.github.io/api/about/welcome/)
1313

14+
## Libraries
15+
This wrapper uses three libraries for http requests & JSON parsing.
16+
* [OkHttp3](https://github.com/square/okhttp)
17+
* [Okio]( https://github.com/square/okio)
18+
* [JSON-java]( https://github.com/stleary/JSON-java)
19+
1420
# Installation and setup
15-
* Maven
16-
- TODO
21+
* ZIP
22+
23+
Download ZIP from GitHub and add as external library to your project
24+
1725
* Gradle (Android)
1826

1927
Step 1. Add this in your root build.gradle at the end of the repositories:

0 commit comments

Comments
 (0)