Skip to content

Commit 1f8802b

Browse files
committed
Merge pull request #129 from xendit/release/4.2.3
Bump version to 4.2.3 (cherry picked from commit 108060c)
1 parent d54e6d2 commit 1f8802b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'jacoco'
55
apply from: "$project.rootDir/jacoco.gradle"
66

77
group 'com.xendit'
8-
version '4.2.2'
8+
version '4.2.3'
99

1010
ext {
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 {

0 commit comments

Comments
 (0)