Skip to content

Commit

Permalink
Merge branch 'master' into feature/MIT-1760-poc-netcetera-3ds-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxzero authored Oct 3, 2023
2 parents 010df60 + a515a4c commit fb0f703
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGE LOG
# CHANGELOG

## v4.11.0
* **ADDED:** Supported OCBC Digital payment method
* **ADDED:** Supported authorize payment through the external app in the `AuthorizingPaymentActivity`
* **ADDED:** Put coverage report to SonarCloud

## v4.10.0
* **ADDED:** Supported billing address for credit card form
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 = '4.10.0'
omise_sdk_code_version = 42
omise_sdk_version = '4.11.0'
omise_sdk_code_version = 43

compile_sdk_version = 30
build_tools_version = '29.0.3'
Expand Down

0 comments on commit fb0f703

Please sign in to comment.