diff --git a/README.md b/README.md index 6b0ec23..7265c7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Direct Tap SDK for Android *** -*Version:* 4.2.0 +*Version:* 4.2.1 *** ### What is Direct Tap SDK? @@ -19,7 +19,7 @@ # Statement Tap SDK for Android *** -*Version:* 4.2.0 +*Version:* 4.2.1 *** ### What is Statement Tap SDK? diff --git a/statement/changelog.md b/statement/changelog.md index af4b2c6..2beaccd 100644 --- a/statement/changelog.md +++ b/statement/changelog.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 4.2.1 - 2024-01-24 + +### Fixed + +- crash when calling **checkoutViaFragment** function due to uninitialized view error + ## 4.2.0 - 2024-01-08 ### Added diff --git a/statement/readme.md b/statement/readme.md index 722d750..4a0fd51 100644 --- a/statement/readme.md +++ b/statement/readme.md @@ -1,6 +1,6 @@ # Statement Tap SDK for Android *** -*Version:* 4.2.0 +*Version:* 4.2.1 *** @@ -69,11 +69,11 @@ This set of instructions assumes that the IDE being used is Android Studio ``` **NOTE: You can use any GitHub Account in filling up the credentials** -2. In your app build.gradle file, add this line inside the dependencies configuration: **implementation "com.brankas.tap:statement-tap:4.2.0"** to set the SDK as a dependency for the application. This should look like: +2. In your app build.gradle file, add this line inside the dependencies configuration: **implementation "com.brankas.tap:statement-tap:4.2.1"** to set the SDK as a dependency for the application. This should look like: ```gradle dependencies { - implementation "com.brankas.tap:statement-tap:4.2.0" + implementation "com.brankas.tap:statement-tap:4.2.1" }