We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I'm using implementation 'com.sendgrid:sendgrid-java:4.3.0' in my android app. But there is no SendGrid constructor with two String parameters.
implementation 'com.sendgrid:sendgrid-java:4.3.0'
SendGrid sendgrid = new SendGrid( username, password );
I believe that these examples uses deprecated api and needs to be updated.
The text was updated successfully, but these errors were encountered:
I see that it is coming from the jar file: implementation files('libs/sendgrid-0.1.2-jar.jar')
implementation files('libs/sendgrid-0.1.2-jar.jar')
Can you provide a sample using implementation 'com.sendgrid:sendgrid-java:4.3.0' dependency instead?
Sorry, something went wrong.
All I want to do is, send email from Android app using SendGrid API key.
No branches or pull requests
Hi! I'm using
implementation 'com.sendgrid:sendgrid-java:4.3.0'
in my android app. But there is no SendGrid constructor with two String parameters.SendGrid sendgrid = new SendGrid( username, password );
I believe that these examples uses deprecated api and needs to be updated.
The text was updated successfully, but these errors were encountered: