From 613f25a79ee91567e917c621da2b058ac61ac143 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Sat, 6 Nov 2021 05:48:27 +0530 Subject: [PATCH] Update README with latest published package information --- README.md | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 365e1ac..6fdb848 100644 --- a/README.md +++ b/README.md @@ -18,33 +18,11 @@ If you just want to consume the language bindings: ### Kotlin (JVM) -1. Add the following maven repository location to your build file: -``` -repositories { - maven { - url = uri("https://mymavenrepo.com/repo/hvZOau2SW1xzbycfC96m/") - } -} -``` -1. Add the dependency -``` -implementation("org.bitcoindevkit:bdk-jvm:0.1.0") -``` +Just add the dependency `org.bitcoindevkit:bdk-jvm:0.1.1`. The package is `org.bitcoindevkit.bdk`. ### Kotlin (Android) -1. Add the following maven repository location to your build file: -``` -repositories { - maven { - url = uri("https://mymavenrepo.com/repo/hvZOau2SW1xzbycfC96m/") - } -} -``` -1. Add the dependency -``` -implementation("org.bitcoindevkit:bdk-android:0.1.0") -``` +Just add the dependency `org.bitcoindevkit:bdk-android:0.1.1`. The package is `org.bitcoindevkit.bdk`. ## Getting Started (Developer)