Skip to content

Commit

Permalink
US957364: update Android SDK version to 2.5.1 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochalet-wp committed Apr 27, 2022
1 parent e46785f commit f08afd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### Changed

### [v2.5.1](https://github.com/Worldpay/access-checkout-android/releases/tag/v2.5.1) - 2022-04-27
#### Changed
- Fix an issue when using 'androix.lifecycle:lifecycle-runtime' >= 2.3.0 where the AccessCheckoutClientBuilder (actually ActivityLifecycleObserver) throws an exception when not built on main UI thread

### [v2.5.0](https://github.com/Worldpay/access-checkout-android/releases/tag/v2.5.0) - tbc
#### Added
- Add support of a dispose functionality in order to fix a memory leak when using the SDK in React Native
Expand Down
2 changes: 1 addition & 1 deletion access-checkout/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.5.0
version=2.5.1
archivesBaseName=access-checkout-android

sonatypeUsername=
Expand Down

0 comments on commit f08afd7

Please sign in to comment.