Skip to content

Commit

Permalink
Lib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jul 31, 2016
1 parent a59ef71 commit 305eae8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed libs/android/httpclient-4.3.3.jar
Binary file not shown.
Binary file added libs/android/httpclient-4.5.2.jar
Binary file not shown.
Binary file removed libs/android/httpcore-4.3.2.jar
Binary file not shown.
Binary file added libs/android/httpcore-4.4.4.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="com.telerik.sendgrid" version="1.0.8" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="com.telerik.sendgrid" version="1.0.9" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

<name>SendGrid</name>

Expand Down Expand Up @@ -71,8 +71,8 @@

<source-file src="libs/android/commons-codec-1.6.jar" target-dir="libs"/>
<source-file src="libs/android/commons-logging-1.1.3.jar" target-dir="libs"/>
<source-file src="libs/android/httpcore-4.3.2.jar" target-dir="libs"/>
<source-file src="libs/android/httpclient-4.3.3.jar" target-dir="libs"/>
<source-file src="libs/android/httpcore-4.4.4.jar" target-dir="libs"/>
<source-file src="libs/android/httpclient-4.5.2.jar" target-dir="libs"/>
<source-file src="libs/android/httpmime-4.3.3.jar" target-dir="libs"/>

<source-file src="src/android/sendgrid/SendGrid.java" target-dir="src/com/sendgrid"/>
Expand Down

0 comments on commit 305eae8

Please sign in to comment.