From e70dedce61c13bc76c4ccd7d1436d2e926c416b4 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 17 Nov 2023 15:12:53 -0500 Subject: [PATCH] docs: recommend looking at android tests for examples of 1.0 api --- bdk-android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-android/README.md b/bdk-android/README.md index a9fecc0..f990270 100644 --- a/bdk-android/README.md +++ b/bdk-android/README.md @@ -13,7 +13,7 @@ dependencies { } ``` -You may then import and use the `org.bitcoindevkit` library in your Kotlin code. For example: +You may then import and use the `org.bitcoindevkit` library in your Kotlin code like so. Note that this example is for the `0.30.0` release. For examples of the 1.0 API in the alpha releases, take a look at the tests [here](https://github.com/bitcoindevkit/bdk-ffi/tree/master/bdk-android/lib/src/androidTest/kotlin/org/bitcoindevkit). ```kotlin import org.bitcoindevkit.*