From 07af83f9db413a14be202534ddd913178224a031 Mon Sep 17 00:00:00 2001 From: Aslm <130293799+aslm-android@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:18:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1900d3f..75e2e02 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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' } ```