Skip to content

Releases: xendit/xendit-sdk-android

4.2.0

07 Aug 02:51
366f285
Compare
Choose a tag to compare

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

4.1.2

27 May 06:52
934967e
Compare
Choose a tag to compare
  • fix JCB card detection and expiry date

4.1.1

26 Jan 09:10
7182c81
Compare
Choose a tag to compare
  • Support mid_label in create token and create authentication

4.1.0

26 Jan 08:51
8ac88e6
Compare
Choose a tag to compare
  • Bug fix for v 4.0.0, fix corrupted dependencies built files

4.0.0

23 Jan 11:33
3df2eca
Compare
Choose a tag to compare
  • Update SDK to use Android API v34 (Android 14)

3.8.5

04 Jul 05:45
e5a29f2
Compare
Choose a tag to compare
  • Chore: update sentry-android to 6.24.0

3.8.4

03 May 09:18
f56dd74
Compare
Choose a tag to compare

Bug Fix:
Fixing Wronglg Casted Java Class.

3.8.2

03 May 04:13
b0967fe
Compare
Choose a tag to compare

Bug Fix:
Handle java null pointer exception due to newly external webview event sent from MPGS.

3.8.1

21 Mar 03:24
8774406
Compare
Choose a tag to compare
  • Chore: update sentry-android to 6.15.0

3.8.0

17 Mar 03:36
32b56a3
Compare
Choose a tag to compare
  • Feat: Added storeCVN method for caching cvn on subsequent multi-use token purpose
  • Feat: Added storeCVN test page
  • Bug: Bug fix for validation on createAuthentication method
  • Chore: Bump up API version from 28 to 30.