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

Update PayPal Android SDK to 2.14.4 #189

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
PayPal Cordova Plugin Release Notes
===================================
TODO
-----
* Android: Minor bug fixes.
* Android: Updated gradle version to 2.14.
* Android: Include `org.json.*` exceptions in default proguard file [#299](https://github.com/paypal/PayPal-Android-SDK/issues/299).


3.2.1
-----
* Android: Minor bug fixes.
* Android: Updated gradle version to 2.14.
* Android: Include `org.json.*` exceptions in default proguard file [#299](https://github.com/paypal/PayPal-Android-SDK/issues/299).

* Android: Update card.io to 5.4.0.
* Android: Update okhttp dependency to 3.3.1.

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,7 +3,7 @@ repositories{
}

dependencies {
compile('com.paypal.sdk:paypal-android-sdk:2.14.3') {
compile('com.paypal.sdk:paypal-android-sdk:2.14.4') {
exclude group: 'io.card'
}
}