From 6f09e60479a87ffaec17580c46c07dbdc6029b50 Mon Sep 17 00:00:00 2001 From: Rafael Date: Fri, 8 Nov 2024 12:16:28 +0600 Subject: [PATCH] Fix BitcoinKit jitpack dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 57ed8eb1cd..d199d7f0f1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -278,7 +278,7 @@ dependencies { // Wallet kits implementation 'com.github.horizontalsystems:ton-kit-android:e907480' - implementation 'com.github.horizontalsystems:bitcoin-kit-android:47db768' + implementation 'com.github.horizontalsystems:bitcoin-kit-android:47db7688' implementation 'com.github.horizontalsystems:ethereum-kit-android:a30cc3a71' implementation 'com.github.horizontalsystems:blockchain-fee-rate-kit-android:1d3bd49' implementation 'com.github.horizontalsystems:binance-chain-kit-android:c1509a2'