diff --git a/package.json b/package.json index 8bdac87..872b4e4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.xml b/plugin.xml index 28f6a1c..59584d8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -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"> PayPalMobile This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library paypal, sdk, payments diff --git a/release_notes.md b/release_notes.md index 16c0a63..043a080 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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 ------ diff --git a/src/android/build.gradle b/src/android/build.gradle index 07e3a80..3efcc8c 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -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') }