File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 4.2.3 (2025-01-24)
4+ - Fix: Handle 3DS authentication edge case and version tracking
5+
36## 4.2.2 (2024-11-21)
47- Fixed app crash related to unregistered AuthenticationBroadcastReceiver by implementing proper lifecycle-aware receiver management
58
Original file line number Diff line number Diff line change @@ -31,24 +31,24 @@ Maven:
3131<dependency>
3232 <groupId>com.xendit</groupId>
3333 <artifactId>xendit-android</artifactId>
34- <version>4.2.2 </version>
34+ <version>4.2.3 </version>
3535 <type>pom</type>
3636</dependency>
3737```
3838
3939Gradle:
4040```
41- compile 'com.xendit:xendit-android:4.2.2 '
41+ compile 'com.xendit:xendit-android:4.2.3 '
4242```
4343
4444Ivy:
4545```
46- <dependency org='com.xendit' name='xendit-android' rev='4.2.2 '>
46+ <dependency org='com.xendit' name='xendit-android' rev='4.2.3 '>
4747 <artifact name='xendit-android' ext='pom' ></artifact>
4848</dependency>
4949```
5050
51- For more information, visit https://central.sonatype.com/artifact/com.xendit/xendit-android/4.2.2 /versions
51+ For more information, visit https://central.sonatype.com/artifact/com.xendit/xendit-android/4.2.3 /versions
5252
5353** Note** :
5454
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'jacoco'
55apply from : " $project . rootDir /jacoco.gradle"
66
77group ' com.xendit'
8- version ' 4.2.2 '
8+ version ' 4.2.3 '
99
1010ext {
1111 bintrayOrg = ' xendit'
@@ -39,7 +39,7 @@ android {
3939 minSdkVersion 21
4040 targetSdkVersion 34
4141 versionCode 1
42- versionName ' 4.2.2 '
42+ versionName ' 4.2.3 '
4343 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
4444 }
4545 buildTypes {
You can’t perform that action at this time.
0 commit comments