diff --git a/CHANGELOG.md b/CHANGELOG.md index 459c561..0afc5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ All notable changes to this project will be documented in this file. --- +## [3.4.8] - 05.03.2024 + +### Fixed + +- Crash in release mode + ## [3.4.7] - 23.02.2024 ### Added diff --git a/README.md b/README.md index 975a41c..fcfe588 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ constructed parts and some can't. #### 1) Add the dependency in the project: Add following dependency in `build.gradle`: -```implementation 'com.tranzzo.android:payment_merchant:3.4.7'```. +```implementation 'com.tranzzo.android:payment_merchant:3.4.8'```. Add following code to your `settings.gradle` file in `repositories` section: ```groovy