You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +50,7 @@ Add the following to your build.gradle file in the root of your project.
50
50
...
51
51
dependencies {
52
52
...
53
-
compile 'com.sendgrid:sendgrid-java:2.0.0'
53
+
compile 'com.sendgrid:sendgrid-java:2.2.0'
54
54
}
55
55
56
56
repositories {
@@ -83,11 +83,13 @@ import com.sendgrid.*;
83
83
84
84
## Usage
85
85
86
-
To begin using this library, initialize the SendGrid object with your SendGrid credentials.
86
+
To begin using this library, initialize the SendGrid object with your SendGrid credentials OR a SendGrid API Key. API Key is the preferred method. API Keys are in beta. To configure API keys, visit https://sendgrid.com/beta/settings/api_keys.
0 commit comments