Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aslm-android authored Oct 30, 2023
1 parent ac7175c commit 07af83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Before diving into the development process, it's essential to establish the prer
[![Documentation](https://img.shields.io/badge/documentation-100%25-bright%20green.svg)](https://tap-payments.github.io/goSellSDK-Android/)
[![SDK Version](https://img.shields.io/badge/minSdkVersion-24-blue.svg)](https://stuff.mit.edu/afs/sipb/project/android/docs/reference/packages.html)
[![SDK Version](https://img.shields.io/badge/targetSdkVersion-33-informational.svg)](https://stuff.mit.edu/afs/sipb/project/android/docs/reference/packages.html)
[![SDK Version](https://img.shields.io/badge/latestVersion-0.0.1-informational.svg)](https://stuff.mit.edu/afs/sipb/project/android/docs/reference/packages.html)
[![SDK Version](https://img.shields.io/badge/latestVersion-0.0.2-informational.svg)](https://stuff.mit.edu/afs/sipb/project/android/docs/reference/packages.html)

# Sample Demo
![Imgur](https://imgur.com/Xmw7DDI.gif)
Expand Down Expand Up @@ -45,7 +45,7 @@ allprojects {
Then get latest dependency in your app module gradle
```kotlin
dependencies {
implementation 'com.github.Tap-Payments:Pay-Button-Android:0.0.1'
implementation 'com.github.Tap-Payments:Pay-Button-Android:0.0.2'
}
```

Expand Down

0 comments on commit 07af83f

Please sign in to comment.