Skip to content

Commit 108060c

Browse files
Merge pull request #129 from xendit/release/4.2.3
Bump version to 4.2.3
2 parents 7b8f05c + 8b54a94 commit 108060c

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

README.md

+4-4
Original file line numberDiff line numberDiff 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

3939
Gradle:
4040
```
41-
compile 'com.xendit:xendit-android:4.2.2'
41+
compile 'com.xendit:xendit-android:4.2.3'
4242
```
4343

4444
Ivy:
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

xendit-android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
33
apply plugin: 'signing'
44

55
group 'com.xendit'
6-
version '4.2.2'
6+
version '4.2.3'
77

88
ext {
99
bintrayOrg = 'xendit'
@@ -37,7 +37,7 @@ android {
3737
minSdkVersion 21
3838
targetSdkVersion 34
3939
versionCode 1
40-
versionName '4.2.2'
40+
versionName '4.2.3'
4141
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
4242
}
4343
buildTypes {

0 commit comments

Comments
 (0)