Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Tags: paypal/PayPal-Android-SDK

Tags

2.15.3

Toggle 2.15.3's commit message
* Update risk-component to 3.5.7.

2.15.2

Toggle 2.15.2's commit message
* Add mandatory res folder in aar during release [#383](#383).

* Updated card.io to 5.5.0.
* Updated okhttp to 3.6.0.

2.15.1

Toggle 2.15.1's commit message
* Removed trustall trustmanager to resolve google play security issue [

…#364](#364).

* Shows amount properly in all devices [#357](#357).

2.15.0

Toggle 2.15.0's commit message
* Add support for third-party receivers [iOS #140](paypal/PayPal-iOS-…

…SDK#140). Available as an optional property, `PayPalPayment.payeeEmail()`. This property is only available for PayPal payments, not Direct Credit Card (DCC) payments.

* Direct Credit Card (DCC) payments are now deprecated in this SDK.  Please use [Braintree Payments](https://www.braintreepayments.com/), a PayPal Company, which is the easiest way to accept PayPal, credit cards, and many other payment methods. All new integrations should [disable direct credit card payments](README.md#disabling-direct-credit-card-payments).
* Update card.io to 5.4.2.

2.14.6

Toggle 2.14.6's commit message
* Fix issue where okhttp cannot find the `TrustManager` [#341](#341).

* Update card.io to 5.4.1.

2.14.5

Toggle 2.14.5's commit message
* Update okhttp dependency to 3.4.1.

* Fix crash when app does not have READ_PHONE_STATE permission [#321](#321).

2.14.4

Toggle 2.14.4's commit message
* Minor bug fixes.

* Updated gradle version to 2.14.
* Include `org.json.*` exceptions in default proguard file [#299](#299).

2.14.3

Toggle 2.14.3's commit message
* Update card.io to 5.4.0.

* Update okhttp dependency to 3.3.1.

2.14.2

Toggle 2.14.2's commit message
* Added a new Kotlin SampleApp!

* Update card.io to 5.3.4.
* Update build tools.