Skip to content

4.2.0

Latest
Compare
Choose a tag to compare
@azaky azaky released this 07 Aug 02:51
· 3 commits to master since this release
366f285

xendit-sdk-android version 4.2.0 is available in https://central.sonatype.com/artifact/com.xendit/xendit-android/4.2.0/versions

Maven:

<dependency>
  <groupId>com.xendit</groupId>
  <artifactId>xendit-android</artifactId>
  <version>4.2.0</version>
  <type>pom</type>
</dependency>

Gradle:

compile 'com.xendit:xendit-android:4.2.0'

Ivy:

<dependency org='com.xendit' name='xendit-android' rev='4.2.0'>
  <artifact name='xendit-android' ext='pom' ></artifact>
</dependency>

Changelog

  • feat: add card holder information by @azaky in #119