From 4a1722ceb1c38fc2970e20197acdd5176fdb3ee8 Mon Sep 17 00:00:00 2001 From: chyngyz Date: Mon, 15 Jan 2024 14:43:12 +0600 Subject: [PATCH] Set version to 0.37.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 87240abb87d..86d6edb4fc5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { compileSdk compile_sdk_version minSdkVersion min_sdk_version targetSdkVersion compile_sdk_version - versionCode 95 - versionName "0.37.1" + versionCode 96 + versionName "0.37.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" kapt { @@ -273,7 +273,7 @@ dependencies { // Wallet kits implementation 'com.github.horizontalsystems:ton-kit-kmm:18bc110' - implementation 'com.github.horizontalsystems:bitcoin-kit-android:2e0d857' + implementation 'com.github.horizontalsystems:bitcoin-kit-android:662d6dc' implementation 'com.github.horizontalsystems:ethereum-kit-android:3a02f3a' implementation 'com.github.horizontalsystems:blockchain-fee-rate-kit-android:1d3bd49' implementation 'com.github.horizontalsystems:binance-chain-kit-android:c1509a2'