Skip to content

Commit

Permalink
Hot fix for card brand - scheme check
Browse files Browse the repository at this point in the history
  • Loading branch information
AhlaamK-tap committed Sep 22, 2024
1 parent b0fa11d commit 7c55093
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [3.19.22] - 2024-09-22
### Hot Fix:
- Hot fix for cardbrand-scheme check
### Impact on existing integrations:
- May need to update gradles to support latest apis.

## [3.19.21] - 2024-09-19
### Hot Fix:
- Hot fix for cardbrand-scheme check
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To integrate goSellSDK into your project add it in your **root** `build.gradle`
Step 2. Add the dependency
```java
dependencies {
implementation 'com.github.Tap-Payments:goSellSDK-AndroidX:3.19.21'
implementation 'com.github.Tap-Payments:goSellSDK-AndroidX:3.19.22'
}
```

Expand Down

0 comments on commit 7c55093

Please sign in to comment.