Open sandeepyohans opened 6 years ago
I see that it is coming from the jar file:
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?
All I want to do is, send email from Android app using SendGrid API key.
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.