File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 4.2.3 (2025-01-24)
4
+ - Fix: Handle 3DS authentication edge case and version tracking
5
+
3
6
## 4.2.2 (2024-11-21)
4
7
- Fixed app crash related to unregistered AuthenticationBroadcastReceiver by implementing proper lifecycle-aware receiver management
5
8
Original file line number Diff line number Diff line change @@ -31,24 +31,24 @@ Maven:
31
31
<dependency>
32
32
<groupId>com.xendit</groupId>
33
33
<artifactId>xendit-android</artifactId>
34
- <version>4.2.2 </version>
34
+ <version>4.2.3 </version>
35
35
<type>pom</type>
36
36
</dependency>
37
37
```
38
38
39
39
Gradle:
40
40
```
41
- compile 'com.xendit:xendit-android:4.2.2 '
41
+ compile 'com.xendit:xendit-android:4.2.3 '
42
42
```
43
43
44
44
Ivy:
45
45
```
46
- <dependency org='com.xendit' name='xendit-android' rev='4.2.2 '>
46
+ <dependency org='com.xendit' name='xendit-android' rev='4.2.3 '>
47
47
<artifact name='xendit-android' ext='pom' ></artifact>
48
48
</dependency>
49
49
```
50
50
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
52
52
53
53
** Note** :
54
54
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
3
3
apply plugin : ' signing'
4
4
5
5
group ' com.xendit'
6
- version ' 4.2.2 '
6
+ version ' 4.2.3 '
7
7
8
8
ext {
9
9
bintrayOrg = ' xendit'
@@ -37,7 +37,7 @@ android {
37
37
minSdkVersion 21
38
38
targetSdkVersion 34
39
39
versionCode 1
40
- versionName ' 4.2.2 '
40
+ versionName ' 4.2.3 '
41
41
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
42
42
}
43
43
buildTypes {
You can’t perform that action at this time.
0 commit comments