From 3fc51a98de69ce487b817374478f652a268f3809 Mon Sep 17 00:00:00 2001 From: sdlaver <103003665+sdlaver@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:28:45 -0700 Subject: [PATCH] Update README to reference latest version 1.0.1 (#86) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1147739..beb215a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ All Android projects within this repository can be built using [Android Studio]( ``` dependencies { - implementation 'com.solanamobile:solana-pay-android:1.0.0' + implementation 'com.solanamobile:solana-pay-android:1.0.1' } ```