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:1.0.1 '
36+ compile ' com.sendgrid:sendgrid-java:1.1.0 '
3737}
3838
3939repositories {
Original file line number Diff line number Diff line change @@ -17,9 +17,14 @@ apply plugin: 'maven'
1717apply plugin : ' signing'
1818
1919group = ' com.sendgrid'
20- version = " 1.0.1 "
20+ version = " 1.1.0 "
2121ext. packaging = ' jar'
22- sourceCompatibility = 1.6
22+
23+ allprojects {
24+ apply plugin : ' java'
25+ sourceCompatibility = 1.6
26+ targetCompatibility = 1.6
27+ }
2328
2429if (! hasProperty(" sonatypeUsername" )) {
2530 ext. sonatypeUsername = null
@@ -40,7 +45,7 @@ buildscript {
4045}
4146
4247dependencies {
43- compile ' com.sendgrid:smtpapi-java:0.0.2 '
48+ compile ' com.sendgrid:smtpapi-java:0.1.1 '
4449 compile ' org.apache.httpcomponents:httpcore:4.3.2'
4550 compile ' org.apache.httpcomponents:httpclient:4.3.4'
4651 compile ' org.apache.httpcomponents:httpmime:4.3.4'
You can’t perform that action at this time.
0 commit comments