Skip to content

Commit

Permalink
* Updated ReadMe and Changelog for Statement Tap SDK v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Jan 24, 2024
1 parent bf4359e commit 7792f26
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Direct Tap SDK for Android
***
*Version:* 4.2.0
*Version:* 4.2.1
***

### What is Direct Tap SDK?
Expand All @@ -19,7 +19,7 @@

# Statement Tap SDK for Android
***
*Version:* 4.2.0
*Version:* 4.2.1
***

### What is Statement Tap SDK?
Expand Down
6 changes: 6 additions & 0 deletions statement/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions statement/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Statement Tap SDK for Android
***
*Version:* 4.2.0
*Version:* 4.2.1
***


Expand Down Expand Up @@ -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"
}


Expand Down

0 comments on commit 7792f26

Please sign in to comment.