2.2.0
What's new in this version
- Recipient fields are no longer required as they are optional when making an Account Funding Transaction
Add to your Gradle project with:
dependencies {
implementation 'com.checkout:checkout-sdk-java:2.2.0'
}
Or add to your Maven project with:
<dependency>
<groupId>com.checkout</groupId>
<artifactId>checkout-sdk-java</artifactId>
<version>2.2.0</version>
</dependency>