Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the dependency to java-http-client to support version 4.2.0 #388

Closed
thinkingserious opened this issue Oct 31, 2017 · 4 comments
Closed
Labels
difficulty: easy fix is easy in difficulty status: work in progress Twilio or the community is in the process of implementing type: twilio enhancement feature request on Twilio's roadmap

Comments

@thinkingserious
Copy link
Contributor

Issue Summary

We should probably make the dependency always pull the latest minor release.

@thinkingserious thinkingserious added difficulty: easy fix is easy in difficulty good first issue status: help wanted requesting help from the community labels Oct 31, 2017
@adamsau
Copy link
Contributor

adamsau commented Oct 31, 2017

i will work on this~

@baignomi
Copy link

@thinkingserious
I am using your sendGrid lib for android . I include

compile 'com.sendgrid:sendgrid-java:4.1.2'
compile 'com.sendgrid:java-http-client:4.2.0'
in Gradle.But it does not work.It gives this error while sending email
Caused by: java.lang.NoClassDefFoundError:
Failed resolution of: Lorg/apache/http/impl/client/HttpClients;
I am using this for latest android versions Nougat and Marshmallow.
It crash on this line:
SendGrid sg = new SendGrid(System.getenv("API-Key"));

Please Help me!
Thanks in advance

@thinkingserious
Copy link
Contributor Author

Hello @baignomi,

I believe this is your issue. Please take a look at your dependencies to resolve as described in the link.

With Best Regards,

Elmer

@childish-sambino
Copy link
Contributor

Fixed by 69ba0d2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: easy fix is easy in difficulty status: work in progress Twilio or the community is in the process of implementing type: twilio enhancement feature request on Twilio's roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants