diff --git a/README.md b/README.md index 9a74b13..357aa02 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Build Status](https://github.com/gr4vy/gr4vy-android/actions/workflows/build.yaml/badge.svg?branch=main) ![Platforms](https://img.shields.io/badge/Platforms-Android-yellowgreen?style=for-the-badge) -![Version](https://img.shields.io/badge/Version-1.11.0-yellowgreen?style=for-the-badge) +![Version](https://img.shields.io/badge/Version-1.11.1-yellowgreen?style=for-the-badge) Quickly embed Gr4vy in your Android app to store card details, authorize payments, and capture a transaction. @@ -26,7 +26,7 @@ repositories { } dependencies { - implementation 'com.github.gr4vy:gr4vy-android:v1.11.0' + implementation 'com.github.gr4vy:gr4vy-android:v1.11.1' } ```