From bd13eca0f359c4017f7c80c37adc4f2d6003baa5 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 22 Feb 2022 21:48:18 -0800 Subject: [PATCH] Add uniffi-bindgen version to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dcf971..3faafaf 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ val newAddress = wallet.getNewAddress() ``` 1. Install `uniffi-bindgen` ```sh - cargo install uniffi_bindgen + cargo install uniffi_bindgen --version 0.16.0 ``` See the [UniFFI User Guide](https://mozilla.github.io/uniffi-rs/) for more info 1. Install Android SDK and Build-Tools for API level 30+