From 97a3af5f4f073e03e95ebaede5aa7c774c2f3f06 Mon Sep 17 00:00:00 2001 From: abdrasulov Date: Tue, 24 Dec 2024 18:13:55 +0600 Subject: [PATCH 1/2] Update bitcoin-kit --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 371e649fce..731faeb635 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { compileSdk compile_sdk_version minSdkVersion min_sdk_version targetSdkVersion compile_sdk_version - versionCode 125 - versionName "0.41.2" + versionCode 126 + versionName "0.41.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" ksp { @@ -282,7 +282,7 @@ dependencies { // Wallet kits implementation 'com.github.horizontalsystems:ton-kit-android:763a5c3' - implementation 'com.github.horizontalsystems:bitcoin-kit-android:ced5801' + implementation 'com.github.horizontalsystems:bitcoin-kit-android:c0656e' implementation 'com.github.horizontalsystems:ethereum-kit-android:0c770e3' implementation 'com.github.horizontalsystems:blockchain-fee-rate-kit-android:1d3bd49' implementation 'com.github.horizontalsystems:binance-chain-kit-android:c1509a2' From 26543d1bc8984e03a36b7db1c2f17e86978d0b1b Mon Sep 17 00:00:00 2001 From: Rafael Date: Wed, 25 Dec 2024 12:16:16 +0600 Subject: [PATCH 2/2] Update bitcoin kit for latest checkpoints --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 731faeb635..44084951e4 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:c0656e' + implementation 'com.github.horizontalsystems:bitcoin-kit-android:4a34f53' implementation 'com.github.horizontalsystems:ethereum-kit-android:0c770e3' implementation 'com.github.horizontalsystems:blockchain-fee-rate-kit-android:1d3bd49' implementation 'com.github.horizontalsystems:binance-chain-kit-android:c1509a2'