Skip to content

2.3.3

Compare
Choose a tag to compare
@harry-peirse harry-peirse released this 22 Jul 23:35
· 80 commits to dev since this release
fe6a5b7

Available in Maven Central

What's new in this version

  • add optional CardSource.stored field (Re-releasing 2.3.2)

Add to your Gradle project with:

dependencies {
    implementation 'com.checkout:checkout-sdk-java:2.3.3'
}

Or add to your Maven project with:

<dependency>
    <groupId>com.checkout</groupId>
    <artifactId>checkout-sdk-java</artifactId>
    <version>2.3.3</version>
</dependency>