File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ touch Example.java
100100Add the example you want to test to Example.java, including the headers at the top of the file.
101101
102102``` bash
103- javac -classpath ../repo/com/sendgrid/4.4.1 /sendgrid-4.4.1 -jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.1 /sendgrid-4.4.1 -jar.jar:. Example
103+ javac -classpath ../repo/com/sendgrid/4.4.2 /sendgrid-4.4.2 -jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.2 /sendgrid-4.4.2 -jar.jar:. Example
104104```
105105
106106<a name =" understanding-the-codebase " ></a >
@@ -166,10 +166,10 @@ Please run your code through:
166166 ``` bash
167167 # Clone your fork of the repo into the current directory
168168 git clone https://github.com/sendgrid/sendgrid-java
169-
169+
170170 # Navigate to the newly cloned directory
171171 cd sendgrid-java
172-
172+
173173 # Assign the original repo to a remote called "upstream"
174174 git remote add upstream https://github.com/sendgrid/sendgrid-java
175175 ```
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Add the following to your build.gradle file in the root of your project.
6767...
6868dependencies {
6969 ...
70- implementation 'com.sendgrid:sendgrid-java:4.4.1 '
70+ implementation 'com.sendgrid:sendgrid-java:4.4.2 '
7171}
7272
7373repositories {
@@ -86,7 +86,7 @@ mvn install
8686
8787You can just drop the jar file in. It's a fat jar - it has all the dependencies built in.
8888
89- [ sendgrid-java.jar] ( https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.1 /sendgrid-java.jar )
89+ [ sendgrid-java.jar] ( https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.2 /sendgrid-java.jar )
9090
9191## Dependencies
9292
@@ -232,7 +232,7 @@ Please see our [troubleshooting guide](https://github.com/sendgrid/sendgrid-java
232232
233233sendgrid-java is guided and supported by the Twilio Developer Experience Team.
234234
235- Please email the Developer Experience Team [ here] ( mailto:dx@sendgrid.com ) in case of any queries.
235+ Please email the Developer Experience Team [ here] ( mailto:dx@sendgrid.com ) in case of any queries.
236236
237237sendgrid-java is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-java are trademarks of Twilio SendGrid, Inc.
238238
You can’t perform that action at this time.
0 commit comments