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

Releases: paypal/PayPal-Android-SDK

2.16.0

09 Feb 22:38
Compare
Choose a tag to compare
  • Return transactionId on success #402.
  • Update translations.
  • Update SSL pinning certificates.

2.15.3

10 Feb 21:30
Compare
Choose a tag to compare
  • Update risk-component to 3.5.7.

2.15.2

31 Jan 21:40
Compare
Choose a tag to compare
  • Add mandatory res folder in aar during release #383.
  • Updated card.io to 5.5.0.
  • Updated okhttp to 3.6.0.

2.15.1

07 Nov 21:39
Compare
Choose a tag to compare
  • Removed trustall trustmanager to resolve google play security issue #364.
  • Shows amount properly in all devices #357.

2.15.0

05 Oct 03:21
Compare
Choose a tag to compare
  • Add support for third-party receivers iOS #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, 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.
  • Update card.io to 5.4.2.

2.14.6

22 Sep 21:56
Compare
Choose a tag to compare
  • Fix issue where okhttp cannot find the TrustManager #341.
  • Update card.io to 5.4.1.

2.14.5

06 Sep 22:41
Compare
Choose a tag to compare
  • Update okhttp dependency to 3.4.1.
  • Fix crash when app does not have READ_PHONE_STATE permission #321.

2.14.4

06 Jul 18:08
Compare
Choose a tag to compare
  • Minor bug fixes.
  • Updated gradle version to 2.14.
  • Include org.json.* exceptions in default proguard file #299.

2.14.3

21 Jun 02:28
Compare
Choose a tag to compare
  • Update card.io to 5.4.0.
  • Update okhttp dependency to 3.3.1.

2.14.2

27 Apr 20:49
Compare
Choose a tag to compare
  • Added a new Kotlin SampleApp!
  • Update card.io to 5.3.4.
  • Update build tools.