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

Commit

Permalink
Merge pull request #261 from paypal/android-2.15.2
Browse files Browse the repository at this point in the history
Update PayPal Android SDK to 2.15.2
  • Loading branch information
bluk authored Jan 31, 2017
2 parents e8a1c08 + 6537c93 commit 21e5541
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
PayPal Cordova Plugin Release Notes
===================================
TODO
-----
* Android: Add mandatory res folder in aar during release [#383](https://github.com/paypal/PayPal-Android-SDK/issues/383).
* Android: Updated card.io to 5.5.0.
* Android: Updated okhttp to 3.6.0.

TODO
-----
* Android: Removed trustall trustmanager to resolve google play security issue [#364](https://github.com/paypal/PayPal-Android-SDK/issues/364).
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.15.1') {
compile('com.paypal.sdk:paypal-android-sdk:2.15.2') {
exclude group: 'io.card'
}
}

0 comments on commit 21e5541

Please sign in to comment.