Skip to content

Commit feffaab

Browse files
Android compatability
1 parent e5471ae commit feffaab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

TROUBLESHOOTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ If you can't find a solution below, please open an [issue](https://github.com/se
1111
* [Versions](#versions)
1212
* [Environment Variables and Your SendGrid API Key](#environment)
1313
* [Using the Package Manager](#package-manager)
14+
* [Android Compatibility](#android)
1415

1516
<a name="migrating"></a>
1617
## Migrating from v2 to v3
@@ -88,4 +89,11 @@ repositories {
8889
mavenCentral()
8990
}
9091
...
91-
```
92+
```
93+
94+
<a name="android"></a>
95+
## Android Compatibility
96+
97+
Since Android SDK 23, HttpClient is no longer supported. Some workarounds can be found [here](http://stackoverflow.com/questions/32153318/httpclient-wont-import-in-android-studio).
98+
99+
We have an issue to remove that dependency [here](https://github.com/sendgrid/java-http-client/issues/2), please upvote to move it up the queue.

0 commit comments

Comments
 (0)