Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
3.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarbhavanib committed Apr 5, 2016
1 parent 7ee1b1e commit 4b7e523
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.paypal.cordova.mobilesdk",
"version": "3.1.24",
"version": "3.1.25",
"description": "This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library",
"cordova": {
"id": "com.paypal.cordova.mobilesdk",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.paypal.cordova.mobilesdk"
version="3.1.24">
version="3.1.25">
<name>PayPalMobile</name>
<description>This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library</description>
<keywords>paypal, sdk, payments</keywords>
Expand Down
5 changes: 5 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
PayPal Cordova Plugin Release Notes
===================================
3.1.25
------
* Android: Update card.io to 5.3.2.
* Android: Add proguard config to aar file.
* Android: Minor bug fixes.

3.1.24
------
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ repositories{
}

dependencies {
compile('com.paypal.sdk:paypal-android-sdk:2.14.0')
compile('com.paypal.sdk:paypal-android-sdk:2.14.1')
}

0 comments on commit 4b7e523

Please sign in to comment.