From 7c550939463831138b1a3cdc3f0ab45d1de0977f Mon Sep 17 00:00:00 2001 From: AhlaamK-tap <57221514+AhlaamK-tap@users.noreply.github.com> Date: Sun, 22 Sep 2024 16:57:04 +0300 Subject: [PATCH] Hot fix for card brand - scheme check --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abea738..ee334bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 752c937..180f44f 100644 --- a/README.md +++ b/README.md @@ -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' } ```