Skip to content

Releases: checkout/CheckoutCardManagement-Android

4.0.0

25 Jun 08:59

Choose a tag to compare

What's Changed

The minimum supported SDK version is now 27 (Android 8.1) alongside Kotlin 2.3.10. You do not need to manually import checkout-card-network anymore, as it will be transitively provided through checkout-card-management; therefore, its transitive dependencies are no longer needed. If you consume the checkout-card-management sdk and the checkout-sdk-oob-android is implicitly provided for you, if not you can still consume it directly.

Full Changelog: 3.0.0...4.0.0

3.1.0

18 Jun 09:01

Choose a tag to compare

  • Adds consumer rules in Pro Guard and some minor internal proguard improvements.

Full Changelog: 3.0.0...3.1.0

3.0.0

11 Dec 16:51
ea2bb0b

Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...3.0.0

2.3.0

08 Dec 14:29
9ef4646

Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.3.0

2.2.1

09 Oct 14:15
13140d4

Choose a tag to compare

What's Changed

  • Improved Logging

2.2.0

02 Oct 09:41
23550c7

Choose a tag to compare

What's Changed

  • Align with 16KB Page size requirement
  • Drop support before Android 9

Full Changelog: 2.1.1...2.2.0

2.1.1

07 Aug 14:20
898df10

Choose a tag to compare

Patch:

  • Reason is now optional when suspending or revoking a card.

2.1.0

06 Aug 13:28
36b9a90

Choose a tag to compare

Updates

Added the copyPan() feature

2.0.0

31 Mar 12:03
9e126a8

Choose a tag to compare

Updates

Add support for fetching the Card digitalization state

Breaking Change:

A method to configure Push Provisioning was now added 'CheckoutCardManager.configurePushProvisioning(...)'. This method has to be called before using the other Push Provisioning capabilities (eg: Card.provision(...), Card.getDigitizationState(...))

1.1.1

21 Mar 10:54
319f60d

Choose a tag to compare

What's changed

  • Enhanced logs