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.14.1

05 Apr 21:57
Compare
Choose a tag to compare
  • Update card.io to 5.3.2.
  • Add proguard config to aar file.
  • Minor bug fixes.

2.14.0

22 Mar 21:16
Compare
Choose a tag to compare
  • Updated minSdkVersion to 16. This is the minimum Android version to communicate over TLSv1.2, which is required to support a Payment Card Industry (PCI) Council mandate. All organizations that handle credit card information are required to comply with this standard. As part of this obligation, PayPal is updating its services to require TLSv1.2 for all HTTPS connections. To override the minSdkVersion, please see the readme.
  • Update okhttp dependency to 3.2.0.
  • Fixes issue related to non-ascii characters in user agent #271.

2.13.3

23 Feb 21:57
Compare
Choose a tag to compare
  • Update okhttp dependency to 3.1.2.
  • Really fixes issue related to okhttp 3.1.2 #258.

2.13.2

22 Feb 22:44
Compare
Choose a tag to compare
  • Fixes issue related to okhttp v3.1.2 #258

2.13.1

26 Jan 20:46
Compare
Choose a tag to compare
  • Fix issue preventing the SDK from app-switching to newer versions of the PayPal App.

2.13.0

21 Jan 20:40
Compare
Choose a tag to compare
  • Fix sandbox pinning issue #228.
  • Allow complete removal of card.io dependency, effectively disabling direct credit card payments #226 & #234.
  • Update okhttp dependency to 3.0.1.
  • Update card.io to 5.3.0.

2.12.5

11 Jan 22:35
Compare
Choose a tag to compare
  • Updated okhttp to 2.7.2.
  • Minor bug fixes.
  • Fixes #233.

2.12.4

10 Dec 23:35
Compare
Choose a tag to compare
  • Documentation Updates for Maven based integrations.
  • Disabled allowBackup in Manifest.

2.12.3

10 Dec 00:24
Compare
Choose a tag to compare
  • SDK is now available at Maven Central.
  • com.paypal.sdk:paypal-android-sdk:2.12.3.
  • Fixes #14.
  • Fixes #208.

2.12.1

21 Nov 05:25
Compare
Choose a tag to compare
  • Fix bug introduced in 2.12.0 that caused older devices to fail prematurely.