From e4fc09a4f726a14db4078010e5c8c7a27c04e622 Mon Sep 17 00:00:00 2001 From: 9cb14c1ec0 <93002271+9cb14c1ec0@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:09:02 -0500 Subject: [PATCH] Update dependency source and version in README Old instructions for installing no longer work. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d65a415..01bc5c1 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ Add the dependency from jCenter to your app's (not project's) `build.gradle` fil ```groovy repositories { - jcenter() + maven { url 'https://jitpack.io' } } dependencies { - compile 'net.authorize:accept-sdk-android:1.0.2' + compile 'com.github.AuthorizeNet:accept-sdk-android:1.04' } ```