Skip to content

Commit

Permalink
Bump v5.4.0 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi authored Oct 21, 2024
1 parent 4bb3c13 commit 6a6fc33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## V5.4.0
* **Fix:** Include missing classes in proguard when pro guard is enabled to prevent SDK crashing in particular scenarios.

## V5.3.0
* **Fix:** Do not auto close browser when payment app does not exist and deeplink fails to open.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
sample_app_version = '1.0'
sample_app_code_version = 1

omise_sdk_version = '5.3.0'
omise_sdk_code_version = 53
omise_sdk_version = '5.4.0'
omise_sdk_code_version = 54

compile_sdk_version = 34
build_tools_version = '29.0.3'
Expand Down

0 comments on commit 6a6fc33

Please sign in to comment.