Skip to content

Releases: xendit/xendit-sdk-android

4.2.2

21 Nov 08:47
e9d45eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.2.2

4.2.1

21 Nov 03:06
dea6a88
Compare
Choose a tag to compare
  • Enhance: Moved finish() call to Handler to ensure proper UI thread execution and prevent memory leaks
  • Fix: Potential race conditions when closing activities with pending operations

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.