File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add the following to your build.gradle file in the root of your project.
3333...
3434dependencies {
3535 ...
36- compile ' com.sendgrid:sendgrid-java:0.3.0 '
36+ compile ' com.sendgrid:sendgrid-java:0.3.1 '
3737}
3838
3939repositories {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'maven'
1717apply plugin : ' signing'
1818
1919group = ' com.sendgrid'
20- version = " 0.3.0 "
20+ version = " 0.3.1 "
2121ext. packaging = ' jar'
2222
2323if (! hasProperty(" sonatypeUsername" )) {
@@ -39,7 +39,7 @@ buildscript {
3939}
4040
4141dependencies {
42- compile ' com.sendgrid:smtpapi-java:0.0.1 '
42+ compile ' com.sendgrid:smtpapi-java:0.0.2 '
4343 compile ' com.mashape.unirest:unirest-java:1.3.8'
4444 compile ' org.json:json:20140107'
4545 testCompile group : ' junit' , name : ' junit' , version : ' 4.+'
You can’t perform that action at this time.
0 commit comments