Skip to content

Commit

Permalink
Bump 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed May 20, 2024
1 parent 5b12029 commit 9cd7a84
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.1.0
* **ADDED:** Implemented new sources `installment_wlb_bay`, `installment_wlb_bbl`, `installment_wlb_first_choice`, `installment_wlb_kbank`, `installment_wlb_scb`, `installment_wlb_ttb`

## V5.0.0
### Breaking Changes
* **UI Customization Overhaul**: Introducing a new theme-based UI customization approach. Previously customized UI configurations must be updated. This offers configurations for `DefaultTheme`, `DarkTheme`, and `MonoChromeTheme`. See `CheckoutActivity.kt` in the example app for detailed implementation.
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.0.0'
omise_sdk_code_version = 50
omise_sdk_version = '5.1.0'
omise_sdk_code_version = 51

compile_sdk_version = 34
build_tools_version = '29.0.3'
Expand Down

0 comments on commit 9cd7a84

Please sign in to comment.