Releases: xendit/xendit-sdk-android
Releases · xendit/xendit-sdk-android
4.2.2
What's Changed
- null variable after unregistered by @shiburagi in #123
- Bump version to 4.2.2 by @ahmadAlfhajri in #124
New Contributors
- @shiburagi made their first contribution in #123
Full Changelog: 4.2.1...4.2.2
4.2.1
- 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
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
4.1.2
4.1.1
- Support mid_label in create token and create authentication
4.1.0
- Bug fix for v 4.0.0, fix corrupted dependencies built files
4.0.0
- Update SDK to use Android API v34 (Android 14)
3.8.5
3.8.4
Bug Fix:
Fixing Wronglg Casted Java Class.
3.8.2
Bug Fix:
Handle java null pointer exception due to newly external webview event sent from MPGS.