From e4313d297a6e179511f097048f964d058166a522 Mon Sep 17 00:00:00 2001 From: abdrasulov Date: Mon, 21 Oct 2024 18:40:15 +0600 Subject: [PATCH] Update bitcoin-kit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8a89f65acd..ab8b645485 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -282,7 +282,7 @@ dependencies { // Wallet kits implementation 'com.github.horizontalsystems:ton-kit-android:763a5c3' - implementation 'com.github.horizontalsystems:bitcoin-kit-android:47db768' + implementation 'com.github.horizontalsystems:bitcoin-kit-android:ced5801' implementation 'com.github.horizontalsystems:ethereum-kit-android:a5eff38' implementation 'com.github.horizontalsystems:blockchain-fee-rate-kit-android:1d3bd49' implementation 'com.github.horizontalsystems:binance-chain-kit-android:c1509a2'