Skip to content

Commit

Permalink
Merge pull request #124 from xendit/release/4.2.2
Browse files Browse the repository at this point in the history
Bump version to 4.2.2
  • Loading branch information
ahmadAlfhajri authored Nov 21, 2024
2 parents 9837619 + 09e466a commit e9d45eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 4.2.2 (2024-11-21)
- Fixed app crash related to unregistered AuthenticationBroadcastReceiver by implementing proper lifecycle-aware receiver management

## 4.2.1 (2024-11-20)
- 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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@ Maven:
<dependency>
<groupId>com.xendit</groupId>
<artifactId>xendit-android</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>
<type>pom</type>
</dependency>
```

Gradle:
```
compile 'com.xendit:xendit-android:4.2.1'
compile 'com.xendit:xendit-android:4.2.2'
```

Ivy:
```
<dependency org='com.xendit' name='xendit-android' rev='4.2.1'>
<dependency org='com.xendit' name='xendit-android' rev='4.2.2'>
<artifact name='xendit-android' ext='pom' ></artifact>
</dependency>
```

For more information, visit https://central.sonatype.com/artifact/com.xendit/xendit-android/4.2.1/versions
For more information, visit https://central.sonatype.com/artifact/com.xendit/xendit-android/4.2.2/versions

**Note**:

Expand Down
2 changes: 1 addition & 1 deletion xendit-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName '4.2.1'
versionName '4.2.2'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down

0 comments on commit e9d45eb

Please sign in to comment.