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 #262 from paypal/android-2.15.3
Browse files Browse the repository at this point in the history
Update PayPal Android SDK to 2.15.3
  • Loading branch information
bluk authored Feb 15, 2017
2 parents 21e5541 + e3f3c01 commit 7e1a3f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
PayPal Cordova Plugin Release Notes
===================================
TODO
-----
* Android: Update risk-component to 3.5.7.

TODO
-----
* Android: Add mandatory res folder in aar during release [#383](https://github.com/paypal/PayPal-Android-SDK/issues/383).
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.2') {
compile('com.paypal.sdk:paypal-android-sdk:2.15.3') {
exclude group: 'io.card'
}
}

0 comments on commit 7e1a3f5

Please sign in to comment.