Skip to content

Commit 059ab36

Browse files
authored
chore(docs): add gradle instructions to setup.md (#1195)
Fixes #858
1 parent 7e038f6 commit 059ab36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/setup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ On Android, you may need to explicitly exclude unused dependencies:
6767
</dependency>
6868
```
6969

70+
## Gradle
71+
72+
If you are using Gradle, add this to your dependencies:
73+
74+
```
75+
compile 'com.google.http-client:google-http-client:[VERSION]'
76+
```
77+
7078
## Download the library with dependencies
7179

7280
Download the latest assembly zip file from Maven Central and extract it on your computer. This zip

0 commit comments

Comments
 (0)