Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhlaamK-tap committed Jul 2, 2024
1 parent 6a675ba commit de549ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG


## [3.19.14] - 2024-07-02
### Hot Fix:
- Hot fix for removing licensed fonts caching.
### Impact on existing integrations:
- May need to update gradles to support latest apis.

## [3.19.13] - 2024-06-30
### Hot Fix:
- Hot fix for removing licensed fonts like roboto.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ AndroidX compatible version of goSellSDK library that fully covers payment/autho
To use the SDK the following requirements must be met:

1. **Android Studio 3.3** or newer
2. **Android SDK Tools 33** or newer
3. **Android Platform Version: API 33: Android 12 (Pie) revision 6** or later
4. **Android targetSdkVersion: 33
2. **Android SDK Tools 34** or newer
3. **Android Platform Version: API 34: Android 12 (Pie) revision 6** or later
4. **Android targetSdkVersion: 34

<a name="installation"></a>
# Installation
Expand Down 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.13'
implementation 'com.github.Tap-Payments:goSellSDK-AndroidX:3.19.14'
}
```

Expand Down

0 comments on commit de549ec

Please sign in to comment.