Skip to content

Commit

Permalink
Bump v5.3.0 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi authored Sep 23, 2024
1 parent 35ef80f commit bac8838
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.3.0
* **Fix:** Do not auto close browser when payment app does not exist and deeplink fails to open.

## V5.2.0
* **Enhancement:** Force load capabilities from api and remove hard coded values.

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.2.0'
omise_sdk_code_version = 52
omise_sdk_version = '5.3.0'
omise_sdk_code_version = 53

compile_sdk_version = 34
build_tools_version = '29.0.3'
Expand Down

0 comments on commit bac8838

Please sign in to comment.